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)
Mon, Nov 4, 3:01 AM
Unknown Object (File)
Oct 4 2024, 6:57 AM
Unknown Object (File)
Oct 3 2024, 11:41 AM
Unknown Object (File)
Oct 3 2024, 6:50 AM
Unknown Object (File)
Oct 1 2024, 5:02 PM
Unknown Object (File)
Oct 1 2024, 3:16 PM
Unknown Object (File)
Oct 1 2024, 11:16 AM
Unknown Object (File)
Oct 1 2024, 9:16 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