Page MenuHomeFreeBSD

cc_cubic: remove redundant code
ClosedPublic

Authored by cc on Feb 14 2025, 4:15 PM.
Tags
None
Referenced Files
F151975425: D49008.id.diff
Sat, Apr 11, 9:17 PM
F151897503: D49008.id151042.diff
Sat, Apr 11, 10:33 AM
F151896927: D49008.id151042.diff
Sat, Apr 11, 10:29 AM
Unknown Object (File)
Thu, Apr 9, 1:31 AM
Unknown Object (File)
Sat, Apr 4, 1:14 PM
Unknown Object (File)
Sat, Apr 4, 1:00 PM
Unknown Object (File)
Fri, Apr 3, 12:34 AM
Unknown Object (File)
Wed, Apr 1, 12:20 AM

Details

Summary

During my progress on updating cc_cubic to RFC9438, found such redundancy as:

  • W_est: we use the alternative stack local variable W_est in cubic_ack_received().
  • cwnd_prior: it is used for Reno-Friendly Region in RFC9438 Section 4.3, but we use the alternative cwnd from NewReno for Reno-Friendly as in commit ee45061051715be4704ba22d2fcd1c373e29079d.

No functional change intended.

Diff Detail

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