Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-5] syssrc/sys/compat/linux/common



Module Name:    syssrc
Committed By:   jschauma
Date:           Sat May 11 14:19:21 UTC 2002

Modified Files:
        syssrc/sys/compat/linux/common [netbsd-1-5]: linux_socket.c

Log Message:
Linux does not implement SO_REUSEPORT, but allows reuse of a
host:port pair through SO_REUSEADDR even if the address is not a
multicast-address.  Effectively, this means that we should use
SO_REUSEPORT when SO_REUSEADDR is set (from the linux process)
to allow Linux applications to not exit with EADDRINUSE.


To generate a diff of this commit:
cvs rdiff -r1.24.4.2 -r1.24.4.3 syssrc/sys/compat/linux/common/linux_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index