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

2018-11-12 Thread David Miller
From: Xin Long Date: Mon, 12 Nov 2018 18:27:14 +0800 > 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

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

2018-11-12 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