commit | 692787cef6515188f25a5b6cdf008cfe10acf89f | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Mar 10 12:11:07 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:22:23 2017 -0700 |
tree | c1c6b9b56ef8d0a4a17981ea0a7bcb4ec4ad3434 | |
parent | c95129d127c6d3d9fca189c6f94c539a7f086b1a [diff] |
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter This patch is to implement Receiver-Side Procedures for the SSN/TSN Reset Request Parameter described in rfc6525 section 6.2.4. The process is kind of complicate, it's wonth having some comments from section 6.2.4 in the codes. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>