Re: [PATCH net-next 4/8] sctp: add SCTP_ASCONF_SUPPORTED sockopt
From: Xin Long <lucien.xin@gmail.com>
Date: 2019-08-19 14:43:17
Also in:
linux-sctp
From: Xin Long <lucien.xin@gmail.com>
Date: 2019-08-19 14:43:17
Also in:
linux-sctp
On Mon, Aug 19, 2019 at 10:30 PM Marcelo Ricardo Leitner [off-list ref] wrote:
On Mon, Aug 19, 2019 at 10:02:46PM +0800, Xin Long wrote:quoted
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.
RFC doesn't define this sockopt clearly, unlike prsctp and reconfig, not sure why. but BSD supports it, so does some userland SCTP.