Re: [PATCH net-next 3/5] sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY

2018-03-14 Thread Marcelo Ricardo Leitner
On Wed, Mar 14, 2018 at 07:05:32PM +0800, Xin Long wrote: > This patch is to add sockopt SCTP_AUTH_DEACTIVATE_KEY, as described in > section 8.3.4 of RFC6458. > > This set option indicates that the application will no longer send user > messages using the indicated key identifier. > > Note that R

[PATCH net-next 3/5] sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY

2018-03-14 Thread Xin Long
This patch is to add sockopt SCTP_AUTH_DEACTIVATE_KEY, as described in section 8.3.4 of RFC6458. This set option indicates that the application will no longer send user messages using the indicated key identifier. Note that RFC requires that only deactivated keys that are no longer used by an ass