Page MenuHomeFreeBSD

Ensure cwnd doesn't shrink to zero with PRR
ClosedPublic

Authored by rscheff on Feb 18 2021, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 2:57 AM
Unknown Object (File)
Mon, Nov 4, 2:57 AM
Unknown Object (File)
Mon, Nov 4, 2:57 AM
Unknown Object (File)
Mon, Nov 4, 2:35 AM
Unknown Object (File)
Oct 3 2024, 9:31 AM
Unknown Object (File)
Oct 3 2024, 12:01 AM
Unknown Object (File)
Oct 2 2024, 6:15 PM
Unknown Object (File)
Oct 1 2024, 3:11 PM

Details

Summary

Under some circumstances, PRR may end up with a fully
collapsed cwnd when finalizing the loss recovery.

Also, in case PRR is working against an empty scoreboard,
a possibilty for an integer overflow exists. Performing
signed arithmetics to address a possible sudden jump of cwnd.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable