mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tcp: remove incorrect reset of SACK variable in PRR
Reviewed By: #transport, rrs, tuexen
PR: 253848
MFC after: 3 days
Sponsored By: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D29083
(cherry picked from commit 4a8f3aad37)
This commit is contained in:
parent
fbc8ddde4c
commit
d90bba73a2
1 changed files with 0 additions and 1 deletions
|
|
@ -2699,7 +2699,6 @@ enter_recovery:
|
|||
*/
|
||||
tp->sackhint.prr_delivered =
|
||||
tp->sackhint.sacked_bytes;
|
||||
tp->sackhint.sack_bytes_rexmit = 0;
|
||||
tp->sackhint.recover_fs = max(1,
|
||||
tp->snd_nxt - tp->snd_una);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue