Page MenuHomeFreeBSD

tcp: allow RACK to be loaded when cc_newreno is not compiled into the kernel
ClosedPublic

Authored by tuexen on Sep 25 2022, 11:26 PM.
Tags
None
Referenced Files
F147377727: D36707.id110965.diff
Tue, Mar 10, 11:32 AM
F147350741: D36707.id110965.diff
Tue, Mar 10, 5:50 AM
Unknown Object (File)
Sun, Mar 1, 9:11 AM
Unknown Object (File)
Fri, Feb 27, 11:38 AM
Unknown Object (File)
Feb 8 2026, 1:33 PM
Unknown Object (File)
Feb 8 2026, 4:40 AM
Unknown Object (File)
Jan 31 2026, 2:42 PM
Unknown Object (File)
Jan 16 2026, 3:17 AM

Details

Summary

The RACK stack depends on newreno_beta_ecn. So declare it in cc.c instead of cc_newreno.c. This is relevant since cc_newreno is not the default anymore...

Diff Detail

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

Event Timeline

In accordance with https://www.rfc-editor.org/rfc/rfc8511.html, should these two sysctls keep the newreno_ moniker? Or renamed to "beta_loss" and "beta_ecn"?

This revision is now accepted and ready to land.Sep 26 2022, 7:49 AM

In accordance with https://www.rfc-editor.org/rfc/rfc8511.html, should these two sysctls keep the newreno_ moniker? Or renamed to "beta_loss" and "beta_ecn"?

We can (right now) keep the newreno prefix, since it is only needed for newreno, I think. The RACK stack uses it only for cc_newreno.