Re: [PATCH net-next 0/3] sctp: add support for sk_reuseport

2018-10-22 Thread Marcelo Ricardo Leitner
On Sun, Oct 21, 2018 at 12:43:35PM +0800, Xin Long wrote: > sctp sk_reuseport allows multiple socks to listen on the same port and > addresses, as long as these socks have the same uid. This works pretty > much as TCP/UDP does, the only difference is that sctp is multi-homing > and all the

Re: [PATCH net-next 0/3] sctp: add support for sk_reuseport

2018-10-22 Thread Neil Horman
On Sun, Oct 21, 2018 at 12:43:35PM +0800, Xin Long wrote: > sctp sk_reuseport allows multiple socks to listen on the same port and > addresses, as long as these socks have the same uid. This works pretty > much as TCP/UDP does, the only difference is that sctp is multi-homing > and all the

Re: [PATCH net-next 0/3] sctp: add support for sk_reuseport

2018-10-21 Thread Xin Long
On Sun, Oct 21, 2018 at 1:43 PM Xin Long wrote: > > sctp sk_reuseport allows multiple socks to listen on the same port and > addresses, as long as these socks have the same uid. This works pretty > much as TCP/UDP does, the only difference is that sctp is multi-homing > and all the bind_addrs in

[PATCH net-next 0/3] sctp: add support for sk_reuseport

2018-10-20 Thread Xin Long
sctp sk_reuseport allows multiple socks to listen on the same port and addresses, as long as these socks have the same uid. This works pretty much as TCP/UDP does, the only difference is that sctp is multi-homing and all the bind_addrs in these socks will have to completely matched, otherwise