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)
Sat, Jan 25, 7:42 PM
Unknown Object (File)
Fri, Jan 24, 6:53 PM
Unknown Object (File)
Thu, Jan 23, 5:04 PM
Unknown Object (File)
Thu, Jan 23, 12:00 PM
Unknown Object (File)
Tue, Jan 14, 2:13 PM
Unknown Object (File)
Dec 26 2024, 9:43 AM
Unknown Object (File)
Dec 15 2024, 11:30 AM
Unknown Object (File)
Nov 26 2024, 7:17 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