Page MenuHomeFreeBSD

Rack cannot be loaded without cc_newreno compiled into the kernel.
ClosedPublic

Authored by rrs on Dec 7 2022, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 4:20 PM
Unknown Object (File)
Sep 28 2024, 10:39 PM
Unknown Object (File)
Sep 23 2024, 1:25 AM
Unknown Object (File)
Sep 22 2024, 10:51 AM
Unknown Object (File)
Sep 17 2024, 12:44 PM
Unknown Object (File)
Sep 10 2024, 8:10 PM
Unknown Object (File)
Sep 10 2024, 5:04 PM
Unknown Object (File)
Sep 8 2024, 1:12 PM

Details

Summary

Right now rack will fail to load due to its hack in accessing symbol names
in cc_newreno. This was fine when newreno was always compiled into the
kernel but now ... not so much. Instead lets fix up rack to use the socket
option queries to get the information it wants and set the parameters. We
also fix the CC parameter so they are always settable.

Test Plan

Build and then try to load rack without cc_newreno compiled into the kernel.

Diff Detail

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