Page MenuHomeFreeBSD

tcp: fix cwnd recalculation during limited transmit
ClosedPublic

Authored by rscheff on Nov 13 2024, 6:58 PM.
Tags
None
Referenced Files
F151108835: D47541.id146453.diff
Mon, Apr 6, 3:21 AM
Unknown Object (File)
Sun, Apr 5, 1:41 PM
Unknown Object (File)
Sat, Apr 4, 10:00 AM
Unknown Object (File)
Thu, Mar 26, 8:41 AM
Unknown Object (File)
Sat, Mar 21, 11:18 AM
Unknown Object (File)
Sat, Mar 21, 8:29 AM
Unknown Object (File)
Sat, Mar 21, 6:20 AM
Unknown Object (File)
Sat, Mar 21, 2:49 AM
Subscribers

Details

Summary

During limited transmit, one additional segment should be
sent for each incoming ACK. As tcp_output considers the
SACKed bytes, adjust for this in the limited transmit
recalculation.
Also, in case snd_nxt is lower than snd_max (after an RTO),
let tcp_output only consider retransmissions from the SACK
scoreboard when again in fast recovery mode, or dupthresh
dupacks have been seen.

PR: 282605

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable