mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
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:
parent
2231cd21d8
commit
a4889f2dd0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue