Page MenuHomeFreeBSD

tcp: fix cwnd recalculation during limited transmit
ClosedPublic

Authored by rscheff on Wed, Nov 13, 6:58 PM.
Tags
None
Referenced Files
F103097373: D47541.id.diff
Wed, Nov 20, 10:49 PM
Unknown Object (File)
Mon, Nov 18, 8:32 AM
Unknown Object (File)
Sat, Nov 16, 11:53 PM
Unknown Object (File)
Sat, Nov 16, 12:20 PM
Unknown Object (File)
Thu, Nov 14, 6:38 PM
Unknown Object (File)
Thu, Nov 14, 8:01 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 Passed
Unit
No Test Coverage
Build Status
Buildable 60521
Build 57405: arc lint + arc unit