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)
Tue, Sep 8, 10:06 AM
Unknown Object (File)
Wed, Sep 2, 6:00 PM
Unknown Object (File)
Wed, Sep 2, 11:36 AM
Unknown Object (File)
Aug 25 2026, 7:31 AM
Unknown Object (File)
Aug 12 2026, 8:35 PM
Unknown Object (File)
Aug 7 2026, 8:34 PM
Unknown Object (File)
Aug 7 2026, 3:04 PM
Unknown Object (File)
Aug 6 2026, 12:46 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable