commit | 4910280503f3af2857d5aa77e35b22d93a8960a8 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Mar 05 20:44:20 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 07 10:55:29 2018 -0500 |
tree | 68a902b5dcfd1b1e8a9b5ba97581666b8c58652b | |
parent | 2c0dbaa0c43d04d8d6daf52adb724c5789676b15 [diff] |
sctp: add support for snd flag SCTP_SENDALL process in sendmsg This patch is to add support for snd flag SCTP_SENDALL process in sendmsg, as described in section 5.3.4 of RFC6458. With this flag, you can send the same data to all the asocs of this sk once. 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>