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)
Sun, May 25, 11:08 AM
Unknown Object (File)
Sat, May 17, 6:29 PM
Unknown Object (File)
Sat, May 3, 2:07 AM
Unknown Object (File)
Apr 30 2025, 1:05 PM
Unknown Object (File)
Apr 30 2025, 8:08 AM
Unknown Object (File)
Apr 30 2025, 5:32 AM
Unknown Object (File)
Apr 20 2025, 8:04 PM
Unknown Object (File)
Apr 18 2025, 2:28 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