Page MenuHomeFreeBSD

tcp: fix cwnd recalculation during limited transmit
ClosedPublic

Authored by rscheff on Nov 13 2024, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 9:23 AM
Unknown Object (File)
Thu, May 14, 9:23 AM
Unknown Object (File)
Wed, May 13, 7:41 PM
Unknown Object (File)
Wed, May 13, 6:23 PM
Unknown Object (File)
Mon, May 11, 5:03 AM
Unknown Object (File)
Thu, May 7, 12:50 PM
Unknown Object (File)
Tue, Apr 28, 9:05 PM
Unknown Object (File)
Tue, Apr 28, 9:02 PM
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