Page MenuHomeFreeBSD

rack and bbr not loading if TCP_RATELIMIT is not configured.
ClosedPublic

Authored by rrs on Jan 5 2023, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:02 AM
Unknown Object (File)
Dec 12 2023, 6:24 PM
Unknown Object (File)
Sep 6 2023, 4:23 AM
Unknown Object (File)
Aug 30 2023, 2:52 PM
Unknown Object (File)
Aug 30 2023, 2:51 PM
Unknown Object (File)
Aug 30 2023, 2:51 PM
Unknown Object (File)
Aug 30 2023, 2:41 PM
Unknown Object (File)
May 3 2023, 5:31 PM

Details

Summary

So it turns out that rack and bbr still will not load without TCP_RATELIMIT. This needs
to be fixed and lets also at the same time bring tcp_ratelimit up to date where we allow
the transports to set a divisor (though still having a default path with the default
divisor of 1000) for setting the burst size.

Test Plan

Build the kernel without TCP_RATELIMIT and make sure rack and bbr still load.

Diff Detail

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