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)
Tue, Jan 14, 5:16 PM
Unknown Object (File)
Dec 26 2024, 10:53 AM
Unknown Object (File)
Nov 27 2024, 6:07 AM
Unknown Object (File)
Nov 21 2024, 9:18 PM
Unknown Object (File)
Nov 21 2024, 4:50 PM
Unknown Object (File)
Nov 20 2024, 10:49 PM
Unknown Object (File)
Nov 18 2024, 8:32 AM
Unknown Object (File)
Nov 16 2024, 11:53 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