Page MenuHomeFreeBSD

Calculate prr_out correctly everywhere
ClosedPublic

Authored by rscheff on Mar 1 2021, 2:55 PM.
Tags
None
Referenced Files
F81661543: D28998.id.diff
Fri, Apr 19, 3:08 PM
F81654190: D28998.id84905.diff
Fri, Apr 19, 12:44 PM
Unknown Object (File)
Sun, Mar 31, 6:56 AM
Unknown Object (File)
Mar 5 2024, 5:02 AM
Unknown Object (File)
Jan 13 2024, 6:07 AM
Unknown Object (File)
Dec 23 2023, 9:02 AM
Unknown Object (File)
Dec 13 2023, 10:21 AM
Unknown Object (File)
Dec 12 2023, 10:35 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable