rack and bbr not loading if TCP_RATELIMIT is not configured.
authorRandall Stewart <rrs@FreeBSD.org>
Thu, 5 Jan 2023 16:59:21 +0000 (11:59 -0500)
committerRandall Stewart <rrs@FreeBSD.org>
Thu, 5 Jan 2023 16:59:52 +0000 (11:59 -0500)
commit26bdd35c39d8de2672fac8903a161699ffe38a82
treed76cf524cd29270d331e00e7d681aa6445625d28
parent95fa2e0aee5b7259cf4bcdea7396c4dff3241173
rack and bbr not loading if TCP_RATELIMIT is not configured.

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.

Reviewed by: tuexen, gallatin
Sponsored by: Netflix Inc
Differential Revision: https://reviews.freebsd.org/D37954
sys/netinet/tcp_ratelimit.c
sys/netinet/tcp_ratelimit.h