Re: [PATCH net-next 0/3] sctp: add support for sk_reuseport
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2018-10-22 22:39:43
Also in:
linux-sctp
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2018-10-22 22:39:43
Also in:
linux-sctp
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 bind_addrs in these socks will have to completely matched, otherwise listen() will return err.
FWIW, I won't be able to review this patchset thoroughly. The 2 small comments that I sent are all I have. Thanks, Marcelo