Descriptionnet: avoid use of listener socket options on active open sockets
This CL ensures we use the correct socket options for
passive and active open sockets.
For the passive open sockets created by Listen functions,
additional SO_REUSEADDR, SO_REUSEPORT options are required
for the quick service restart and/or multicasting.
For the active open sockets created by Dial functions, no
additional options are required.
Patch Set 1 #Patch Set 2 : diff -r ff779e477085 https://code.google.com/p/go #Patch Set 3 : diff -r 7505bf6d8988 https://code.google.com/p/go #
Total comments: 2
Patch Set 4 : diff -r c81bb3def1ef https://code.google.com/p/go #MessagesTotal messages: 12
|