Fix a bug where a stream reset request wasn't retranmitted when the

peer indicated "In progress".

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2015-12-04 08:49:27 +00:00
parent 2231cd21d8
commit a4889f2dd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291752

View File

@ -3651,6 +3651,7 @@ sctp_handle_stream_reset_response(struct sctp_tcb *stcb,
* Set it up so we don't stop
* retransmitting
*/
asoc->stream_reset_outstanding++;
stcb->asoc.str_reset_seq_out--;
asoc->stream_reset_out_is_outstanding = 1;
no_clear = 1;