[CentOS] Socket behavior change from 6.5 to 6.6

Alexander Farber alexander.farber at gmail.com
Fri Jan 16 14:46:31 UTC 2015


What about SO_LINGER at the Linux side, have you tried that?
http://stackoverflow.com/questions/3757289/tcp-option-so-linger-zero-when-its-required

On Fri, Jan 16, 2015 at 1:18 PM, Glenn Eychaner <geychaner at mac.com> wrote:
>> Since you always use the same local port -
>> maybe you need to set SO_REUSEADDR option.
>
> I assume I would have to set that on the client (DOS) side (the box which is
> using the same local port 1025 each time); setting it on the bound-listener
> socket on the Linux side doesn't seem like it would do anything to resolve
> the issue, based on my reading of SO_REUSEADDR on the net:
> http://www.unixguide.net/network/socketfaq/4.5.shtml
> http://stackoverflow.com/questions/14388706/



More information about the CentOS mailing list