Date: Fri, 24 Apr 2020 15:30:55 +0200 (CEST) From: sthaug@nethelp.no To: pi@freebsd.org Cc: herbert@gojira.at, freebsd-current@freebsd.org Subject: Re: How to enable tcp bbr in FreeBSD??? Message-ID: <20200424.153055.531079989.sthaug@nethelp.no> In-Reply-To: <20200424131837.GK39563@home.opsec.eu> References: <20200424113135.GH39563@home.opsec.eu> <20200424115425.GA64056@mail.bsd4all.net> <20200424131837.GK39563@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
> On my FreeBSD 13.0-CURRENT amd64 r359631M system: > > $ sysctl -a | grep net.inet.tcp.cc > [...] > net.inet.tcp.cc.available: newreno > net.inet.tcp.cc.algorithm: newreno > > So it's more recent than the patch, but it does not offer anything > besides newreno ? Quoting an email here: You can enable the stack globally on new connections without restarting the box or daemons by running these commands: kldload tcp_bbr sysctl net.inet.tcp.functions_inherit_listen_socket_stack=0 sysctl net.inet.tcp.functions_default=bbr Steinar Haug, Nethelp consulting, sthaug@nethelp.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200424.153055.531079989.sthaug>