Subject: Re: CVS commit: [netbsd-1-5] syssrc/sys/compat/linux/common
To: None <jschauma@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 05/11/2002 17:08:20
Why did you commit this on the branch????
Perry
Jan Schaumann <jschauma@netbsd.org> writes:
> 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.