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)
Feb 3 2024, 4:41 AM
Unknown Object (File)
Dec 12 2023, 7:35 AM
Unknown Object (File)
Dec 10 2023, 6:19 PM
Unknown Object (File)
Nov 5 2023, 10:16 PM
Unknown Object (File)
Oct 11 2023, 7:14 AM
Unknown Object (File)
Oct 10 2023, 6:09 PM
Unknown Object (File)
Sep 21 2023, 8:55 PM
Unknown Object (File)
Sep 15 2023, 2:48 AM

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