Date: Fri, 24 Apr 2020 15:37:22 +0200 From: Kurt Jaeger <pi@freebsd.org> To: sthaug@nethelp.no Cc: freebsd-current@freebsd.org Subject: Re: How to enable tcp bbr in FreeBSD??? Message-ID: <20200424133722.GL39563@home.opsec.eu> In-Reply-To: <20200424.153055.531079989.sthaug@nethelp.no> References: <20200424113135.GH39563@home.opsec.eu> <20200424115425.GA64056@mail.bsd4all.net> <20200424131837.GK39563@home.opsec.eu> <20200424.153055.531079989.sthaug@nethelp.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > 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 This fails on the box running 13.0: # kldload tcp_bbr kldload: can't load tcp_bbr: No such file or directory So it looks it has to be hooked to the build somehow ? And: man -k bbr has no results as well... -- pi@opsec.eu +49 171 3101372 Now what ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200424133722.GL39563>