Message10501

Author zyasoft
Recipients zyasoft
Date 2015-11-23.21:26:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448313973.29.0.187705966904.issue2435@psf.upfronthosting.co.za>
In-reply-to
Content
Specifically this means removing one or more of the following socket options:

SO_DEBUG            = -1
SO_DONTROUTE        = -1
SO_EXCLUSIVEADDRUSE = -8
SO_RCVLOWAT         = -16
SO_RCVTIMEO         = -32
SO_REUSEPORT        = -64
SO_SNDLOWAT         = -128
SO_SNDTIMEO         = -256
SO_USELOOPBACK      = -512

It's possible that the more conservative option is to just remove socket.SO_EXCLUSIVEADDRUSE - it only applies to Windows.

More info on portability can be found. See for example this great Stack Overflow answer on SO_REUSEPORT - http://stackoverflow.com/a/14388707/423006
History
Date User Action Args
2015-11-23 21:26:13zyasoftsetmessageid: <1448313973.29.0.187705966904.issue2435@psf.upfronthosting.co.za>
2015-11-23 21:26:13zyasoftsetrecipients: + zyasoft
2015-11-23 21:26:13zyasoftlinkissue2435 messages
2015-11-23 21:26:13zyasoftcreate