Re: [PATCHv3 net-next 2/7] sctp: add support for generating stream reconf ssn reset request chunk

2017-01-17 Thread Marcelo Ricardo Leitner
On Tue, Jan 17, 2017 at 12:27:48PM +0800, Xin Long wrote: > On Mon, Jan 16, 2017 at 11:56 AM, Xin Long wrote: > > On Sun, Jan 15, 2017 at 11:51 PM, Marcelo Ricardo Leitner > > wrote: > >> On Sat, Jan 14, 2017 at 03:15:36AM +0800, Xin Long wrote: >

Re: [PATCHv3 net-next 2/7] sctp: add support for generating stream reconf ssn reset request chunk

2017-01-16 Thread Xin Long
On Mon, Jan 16, 2017 at 11:56 AM, Xin Long wrote: > On Sun, Jan 15, 2017 at 11:51 PM, Marcelo Ricardo Leitner > wrote: >> On Sat, Jan 14, 2017 at 03:15:36AM +0800, Xin Long wrote: >>> This patch is to add asoc strreset_outseq and strreset_inseq

Re: [PATCHv3 net-next 2/7] sctp: add support for generating stream reconf ssn reset request chunk

2017-01-15 Thread Xin Long
On Sun, Jan 15, 2017 at 11:51 PM, Marcelo Ricardo Leitner wrote: > On Sat, Jan 14, 2017 at 03:15:36AM +0800, Xin Long wrote: >> This patch is to add asoc strreset_outseq and strreset_inseq for >> saving the reconf request sequence, initialize them when create >> assoc

Re: [PATCHv3 net-next 2/7] sctp: add support for generating stream reconf ssn reset request chunk

2017-01-15 Thread Marcelo Ricardo Leitner
On Sat, Jan 14, 2017 at 03:15:36AM +0800, Xin Long wrote: > This patch is to add asoc strreset_outseq and strreset_inseq for > saving the reconf request sequence, initialize them when create > assoc and process init, and also to define Incoming and Outgoing > SSN Reset Request Parameter described

[PATCHv3 net-next 2/7] sctp: add support for generating stream reconf ssn reset request chunk

2017-01-13 Thread Xin Long
This patch is to add asoc strreset_outseq and strreset_inseq for saving the reconf request sequence, initialize them when create assoc and process init, and also to define Incoming and Outgoing SSN Reset Request Parameter described in rfc6525 section 4.1 and 4.2, As they can be in one same chunk