Page MenuHomeFreeBSD

Refactor PRR code
ClosedPublic

Authored by rscheff on Mar 24 2021, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 7:15 PM
Unknown Object (File)
Sep 11 2025, 7:20 AM
Unknown Object (File)
Aug 14 2025, 1:02 PM
Unknown Object (File)
Aug 4 2025, 8:47 PM
Unknown Object (File)
Jun 25 2025, 10:59 PM
Unknown Object (File)
Jun 21 2025, 5:36 PM
Unknown Object (File)
Jun 21 2025, 5:36 PM
Unknown Object (File)
Jun 21 2025, 5:28 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