]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the BBR and RACK stacks to the LINT kernel.
authorDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 18 Oct 2023 14:13:12 +0000 (16:13 +0200)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 18 Oct 2023 14:13:12 +0000 (16:13 +0200)
commit3a338c534154164504005beb00a3c6feb03756cc
tree80b53157c470df3a7a9fb8bfc3ae6490754f796c
parentdc41de36abc01cd19d43347e14f077b26d183665
Add the BBR and RACK stacks to the LINT kernel.

While here, drop the EXTRA_TCP_STACKS option, which serves no purpose and
should never have been added.  Instead, build bbr and rack as long as
either or both of INET and INET6 is enabled.  There is no risk to anyone
who doesn't load one or both and then twiddle the relevant sysctls.

Differential Revision: https://reviews.freebsd.org/D42088
share/man/man5/src.conf.5
sys/conf/NOTES
sys/conf/files
sys/conf/kern.opts.mk
sys/conf/kern.post.mk
sys/conf/options
sys/modules/tcp/Makefile