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)
Sun, Apr 27, 1:24 PM
Unknown Object (File)
Sat, Apr 19, 1:36 AM
Unknown Object (File)
Mon, Apr 14, 9:24 PM
Unknown Object (File)
Mar 25 2025, 1:11 AM
Unknown Object (File)
Mar 6 2025, 2:25 AM
Unknown Object (File)
Feb 24 2025, 4:08 PM
Unknown Object (File)
Feb 21 2025, 4:52 PM
Unknown Object (File)
Feb 21 2025, 2:19 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