[PATCH RFC] net/unix: SO_REUSEPORT for AF_UNIX

2015-06-28 Thread Conrad Hoffmann
Support the SO_REUSEPORT option for AF_UNIX (aka AF_LOCAL) sockets. Note that unlike the IP implementations, the semantics for AF_UNIX sockets are those of the original BSD implementation, i.e. each socket that successfully reuses a port completely takes over from the previous listener. The vast m

Re: [PATCH RFC] net/unix: SO_REUSEPORT for AF_UNIX

2015-06-28 Thread Alex Gartrell
On Sun, Jun 28, 2015 at 2:52 AM, Conrad Hoffmann wrote: > Support the SO_REUSEPORT option for AF_UNIX (aka AF_LOCAL) sockets. Note > that unlike the IP implementations, the semantics for AF_UNIX sockets are > those of the original BSD implementation, i.e. each socket that > successfully reuses a p

Re: [PATCH RFC] net/unix: SO_REUSEPORT for AF_UNIX

2015-06-29 Thread Conrad Hoffmann
Hi, On 06/29/2015 06:05 AM, Alex Gartrell wrote: > On Sun, Jun 28, 2015 at 2:52 AM, Conrad Hoffmann wrote: >> Support the SO_REUSEPORT option for AF_UNIX (aka AF_LOCAL) sockets. Note >> that unlike the IP implementations, the semantics for AF_UNIX sockets are >> those of the original BSD implemen