Page MenuHomeFreeBSD

Calculate prr_out correctly everywhere
ClosedPublic

Authored by rscheff on Mar 1 2021, 2:55 PM.
Tags
None
Referenced Files
F115912413: D28998.id84907.diff
Wed, Apr 30, 8:08 AM
F115903146: D28998.diff
Wed, Apr 30, 5:32 AM
Unknown Object (File)
Sun, Apr 20, 8:04 PM
Unknown Object (File)
Fri, Apr 18, 2:28 AM
Unknown Object (File)
Wed, Apr 16, 10:34 PM
Unknown Object (File)
Mar 7 2025, 6:13 PM
Unknown Object (File)
Mar 5 2025, 8:05 PM
Unknown Object (File)
Mar 4 2025, 7:09 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