sctp: add stream reconf primitive
This patch is to add a primitive based on sctp primitive frame for sending stream reconf request. It works as the other primitives, and create a SCTP_CMD_REPLY command to send the request chunk out. sctp_primitive_RECONF would be the api to send a reconf request chunk. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
7b9438de0c
commit
7a090b0452
@@ -211,3 +211,6 @@ DECLARE_PRIMITIVE(REQUESTHEARTBEAT);
|
||||
*/
|
||||
|
||||
DECLARE_PRIMITIVE(ASCONF);
|
||||
|
||||
/* RE-CONFIG 5.1 */
|
||||
DECLARE_PRIMITIVE(RECONF);
|
||||
|
Reference in New Issue
Block a user