commit | ed63afb8a318f6b3558d76afba7809daee4f28e5 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Mar 05 20:44:18 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 07 10:55:29 2018 -0500 |
tree | 15f0e055a67fa53ab73711c95b25c2483bcca5a3 | |
parent | 5c3d0fd4b2c047cedb1cbdad6e2d6bc9abfec256 [diff] |
sctp: add support for PR-SCTP Information for sendmsg 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 <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>