Page MenuHomeFreeBSD

tcp: fix cwnd recalculation during limited transmit
ClosedPublic

Authored by rscheff on Nov 13 2024, 6:58 PM.
Tags
None
Referenced Files
F132609553: D47541.id146453.diff
Sat, Oct 18, 9:50 AM
Unknown Object (File)
Fri, Oct 17, 5:57 PM
Unknown Object (File)
Thu, Oct 16, 2:46 PM
Unknown Object (File)
Sun, Oct 12, 7:01 AM
Unknown Object (File)
Thu, Oct 2, 9:50 PM
Unknown Object (File)
Sun, Sep 28, 12:04 PM
Unknown Object (File)
Sep 5 2025, 3:41 PM
Unknown Object (File)
Sep 3 2025, 8:51 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