sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
This patch is to implement Sender-Side Procedures for the SSN/TSN Reset Request Parameter descibed in rfc6525 section 5.1.4. It is also to add sockopt SCTP_RESET_ASSOC in rfc6525 section 6.3.3 for users. 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>
This commit is contained in:

committed by
David S. Miller

parent
c56480a1e9
commit
a92ce1a42d
@@ -198,6 +198,7 @@ int sctp_offload_init(void);
|
||||
*/
|
||||
int sctp_send_reset_streams(struct sctp_association *asoc,
|
||||
struct sctp_reset_streams *params);
|
||||
int sctp_send_reset_assoc(struct sctp_association *asoc);
|
||||
|
||||
/*
|
||||
* Module global variables
|
||||
|
Reference in New Issue
Block a user