From 6a963c5cb5b4125ec72a1526404a51db5e10b3de Mon Sep 17 00:00:00 2001 From: tuexen Date: Sun, 17 Jan 2016 12:13:21 +0000 Subject: [PATCH] MFC r291752: Fix a bug where a stream reset request wasn't retranmitted when the peer indicated "In progress". git-svn-id: svn://svn.freebsd.org/base/stable/10@294213 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/netinet/sctp_input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index d7c46466b..b008f45ea 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -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; -- 2.45.0