Alex
Alex

Reputation: 3

using setsockopt() for config Connections

How we can work with setsockopt and it constants for configure our connection for example:

socket.setsockopt(socket.SOL_SOCKET,SO_BROADCAST,1)

what does SOL_SOCKET and SO_BROADCAST in code above?

Upvotes: 0

Views: 154

Answers (0)

Related Questions