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, Sep 22, 7:55 AM
Unknown Object (File)
Sat, Sep 20, 4:20 PM
Unknown Object (File)
Sat, Sep 20, 5:04 AM
Unknown Object (File)
Wed, Sep 10, 1:51 PM
Unknown Object (File)
Wed, Sep 10, 1:40 PM
Unknown Object (File)
Wed, Sep 10, 1:35 PM
Unknown Object (File)
Wed, Sep 10, 1:13 PM
Unknown Object (File)
Wed, Sep 10, 12:52 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