From owner-freebsd-current@freebsd.org Fri Apr 24 13:37:26 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30FB62B4CF2 for ; Fri, 24 Apr 2020 13:37:26 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497wFx62dtz4MT1 for ; Fri, 24 Apr 2020 13:37:25 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1jRyWA-0004KT-RW; Fri, 24 Apr 2020 15:37:22 +0200 Date: Fri, 24 Apr 2020 15:37:22 +0200 From: Kurt Jaeger 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> References: <20200424113135.GH39563@home.opsec.eu> <20200424115425.GA64056@mail.bsd4all.net> <20200424131837.GK39563@home.opsec.eu> <20200424.153055.531079989.sthaug@nethelp.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200424.153055.531079989.sthaug@nethelp.no> X-Rspamd-Queue-Id: 497wFx62dtz4MT1 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.85 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.91)[-0.914,0]; NEURAL_HAM_LONG(-0.94)[-0.941,0]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2020 13:37:26 -0000 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 ?