Page MenuHomeFreeBSD

Calculate prr_out correctly everywhere
ClosedPublic

Authored by rscheff on Mar 1 2021, 2:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 4, 9:37 AM
Unknown Object (File)
Jan 31 2026, 12:49 PM
Unknown Object (File)
Jan 30 2026, 1:33 AM
Unknown Object (File)
Jan 28 2026, 9:32 PM
Unknown Object (File)
Jan 26 2026, 6:34 AM
Unknown Object (File)
Jan 25 2026, 2:48 PM
Unknown Object (File)
Nov 28 2025, 6:34 PM
Unknown Object (File)
Nov 25 2025, 12:16 PM
Subscribers

Details

Summary

missed the update to calculate prr_out properly
in the case when pipe < ssthresh.

prr_out should account for all packets sent during the
recovery episode. As an approximation (valid under
heavy loss), the original patch only uses
sackhint.sack_bytes_rexmit. This misses all packets
sent beyond recovery Point (snd_recover).

For the pipe > ssthresh case, this was fixed in D28941

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37478
Build 34367: arc lint + arc unit