Re: [PATCH net-next 4/8] sctp: add SCTP_ASCONF_SUPPORTED sockopt
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2019-08-19 14:30:58
Also in:
linux-sctp
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2019-08-19 14:30:58
Also in:
linux-sctp
On Mon, Aug 19, 2019 at 10:02:46PM +0800, Xin Long wrote:
SCTP_ASCONF_SUPPORTED sockopt is used to set enpoint's asconf flag. With this feature, each endpoint will have its own flag for its future asoc's asconf_capable, instead of netns asconf flag.
Is this backed by a RFC? If yes, it should be noted in the patch description. Quickly searching, I found only FreeBSD references.