Re: [PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter

2017-01-20 Thread marcelo . leitner
On Fri, Jan 20, 2017 at 02:00:34PM -0500, David Miller wrote: > From: Marcelo Ricardo Leitner > Date: Fri, 20 Jan 2017 16:25:22 -0200 > > > I talked offline with Xin about this and we cannot do it this way. > > Unfortunatelly we will have to take the long road here, because then > > we may send d

Re: [PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter

2017-01-20 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 20 Jan 2017 16:25:22 -0200 > I talked offline with Xin about this and we cannot do it this way. > Unfortunatelly we will have to take the long road here, because then > we may send data while sending the request, as the streams are not > closed yet. We re

Re: [PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter

2017-01-20 Thread Marcelo Ricardo Leitner
On Sat, Jan 21, 2017 at 02:00:37AM +0800, Xin Long wrote: > 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 Lo

[PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter

2017-01-20 Thread Xin Long
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 --- include/net/sctp/sctp.h | 1 + include/uapi/linux/sctp.h |