Re: [PATCH net-next 1/3] sctp: add support for PR-SCTP Information for sendmsg

2018-03-06 Thread Marcelo Ricardo Leitner
On Mon, Mar 05, 2018 at 08:44:18PM +0800, Xin Long wrote: > This patch is to add support for PR-SCTP Information for sendmsg, > as described in section 5.3.7 of RFC6458. > > With this option, you can specify pr_policy and pr_value for user > data in sendmsg. > > It's also a necessary send info fo

[PATCH net-next 1/3] sctp: add support for PR-SCTP Information for sendmsg

2018-03-05 Thread Xin Long
This patch is to add support for PR-SCTP Information for sendmsg, as described in section 5.3.7 of RFC6458. With this option, you can specify pr_policy and pr_value for user data in sendmsg. It's also a necessary send info for sctp_sendv. Signed-off-by: Xin Long --- include/net/sctp/structs.h