Page MenuHomeFreeBSD

Refactor PRR code
ClosedPublic

Authored by rscheff on Mar 24 2021, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 28 2026, 4:26 AM
Unknown Object (File)
Jan 21 2026, 8:03 PM
Unknown Object (File)
Jan 21 2026, 7:25 PM
Unknown Object (File)
Jan 21 2026, 6:22 AM
Unknown Object (File)
Jan 10 2026, 2:05 AM
Unknown Object (File)
Jan 10 2026, 1:53 AM
Unknown Object (File)
Jan 10 2026, 12:49 AM
Unknown Object (File)
Jan 9 2026, 11:12 PM
Subscribers

Details

Summary

Move all PRR related cwnd update calculations into
a single function (formerly tcp_prr_partialack) and
move unique code to handle partial ACKs out.

This is in preparation for a more broad use of PRR
to handle ECN cwnd reductions, and non-SACK cwnd
reductions, as well as enhancements planned around
Lost Retransmission detection (continuation of a
PRR episode during LRD-induced, further cwnd reduction).

No functional change intended.

MFC to stable/13 after 2 weeks.

Diff Detail

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