Page MenuHomeFreeBSD

tcp: shift PRR sending cadence left to prevent long runs of ACKs not clocking out a segment
ClosedPublic

Authored by rscheff on Dec 5 2023, 10:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 5:09 PM
Unknown Object (File)
Oct 12 2024, 8:21 PM
Unknown Object (File)
Sep 27 2024, 9:35 PM
Unknown Object (File)
Sep 20 2024, 8:59 AM
Unknown Object (File)
Sep 19 2024, 5:31 AM
Unknown Object (File)
Sep 19 2024, 1:57 AM
Unknown Object (File)
Sep 18 2024, 7:11 PM
Unknown Object (File)
Sep 7 2024, 4:29 AM
Subscribers

Details

Summary

PRR currently can start by waiting a short run of ACKs
without sending any segments - partially due to limited
transmit.

This change pulls the transmission opportunities slightly
leftward, preventing long runs of ACKs (initially up to 4)
before a segment is allowed for transmit. Depending on
the expected cwnd reduction, and if ACK compression is
happening, at most every other ACK should now elicit a
new segment.

Diff Detail

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