Re: How to enable tcp bbr in FreeBSD???

2020-04-26 Thread Michael Tuexen
p to you. >>> >>> Best regards >>> Michael >>>> >>>> R >>>> >>>>> On Apr 26, 2020, at 7:28 AM, Randall Stewart wrote: >>>>> >>>>> This is actually the first I have heard of these bugs… &g

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Michael Tuexen
> On 24. Apr 2020, at 23:41, Neel Chauhan wrote: > > Not OP, but would BBR work with VNET, or is that a WIP? I would say it should work. At least, if not I would consider it a bug. I think most testing was not done with multiple VNETs. Best regards Michael > > I'm sorry if none of you are

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Neel Chauhan
Not OP, but would BBR work with VNET, or is that a WIP? I'm sorry if none of you are familiar with VNET. -Neel === https://www.neelc.org/ BTW: Not neel@ the committer On 2020-04-24 12:25, Michael Tuexen wrote: On 24. Apr 2020, at 21:06, Rodney W. Grimes wrote: On Fri, Apr 24, 2020 at

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Michael Tuexen
> On 24. Apr 2020, at 21:06, Rodney W. Grimes > wrote: > >> On Fri, Apr 24, 2020 at 01:31:35PM +0200, Kurt Jaeger wrote: >>> >>> Thanks. Is BBR active automatically or is there a sysctl or >>> socket option to activate it ? >> >> net.inet.tcp.cc.available: List available congestion control

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Rodney W. Grimes
> On Fri, Apr 24, 2020 at 01:31:35PM +0200, Kurt Jaeger wrote: > > > > Thanks. Is BBR active automatically or is there a sysctl or > > socket option to activate it ? > > net.inet.tcp.cc.available: List available congestion control algorithms > net.inet.tcp.cc.algorithm: Default congestion

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Michael Tuexen
> On 24. Apr 2020, at 16:23, Mark Johnston wrote: > > On Fri, Apr 24, 2020 at 03:15:08PM +0100, Tom Jones wrote: >> r...@freebsd.org >> Bcc: >> Subject: Re: How to enable tcp bbr in FreeBSD??? >> Reply-To: >> In-Reply-To: <6042155a-297b-d85e-1d64-2

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Mark Johnston
On Fri, Apr 24, 2020 at 03:15:08PM +0100, Tom Jones wrote: > r...@freebsd.org > Bcc: > Subject: Re: How to enable tcp bbr in FreeBSD??? > Reply-To: > In-Reply-To: <6042155a-297b-d85e-1d64-24d93da32...@gmail.com> > > > ... snip ... > > > > Maybe it

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Johan Hendriks
Op 24-04-2020 om 15:51 schreef ykla: WITH_EXTRA_TCP_STACKS=1  in make.conf  ? And why not make it in kernel default? 在 2020年4月24日星期五,Johan Hendriks > 写道: Op 24-04-2020 om 15:37 schreef Kurt Jaeger: Hi! You can enable the stack

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread ykla
WITH_EXTRA_TCP_STACKS=1 in make.conf ? And why not make it in kernel default? 在 2020年4月24日星期五,Johan Hendriks 写道: > > Op 24-04-2020 om 15:37 schreef Kurt Jaeger: > >> Hi! >> >> You can enable the stack globally on new connections without >>> restarting the box or daemons by running these

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Johan Hendriks
Op 24-04-2020 om 15:37 schreef Kurt Jaeger: 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

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Kurt Jaeger
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: #

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread sthaug
> 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

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Kurt Jaeger
Hi! > > Thanks. Is BBR active automatically or is there a sysctl or > > socket option to activate it ? > > net.inet.tcp.cc.available: List available congestion control algorithms > net.inet.tcp.cc.algorithm: Default congestion control algorithm Hmm, On my FreeBSD 13.0-CURRENT amd64 r359631M

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Herbert J. Skuhra
On Fri, Apr 24, 2020 at 01:31:35PM +0200, Kurt Jaeger wrote: > > Thanks. Is BBR active automatically or is there a sysctl or > socket option to activate it ? net.inet.tcp.cc.available: List available congestion control algorithms net.inet.tcp.cc.algorithm: Default congestion control algorithm

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread rb
Hi, > On 24 Apr 2020, at 12:31, Kurt Jaeger wrote: > > Hi! > >>> On 24 Apr 2020, at 07:29, ykla wrote: >>> >>> I search by Google but found no results about how to enable bbr in >>> FreeBSD. BBR had developed in 2019. So I want to enable it. >> >> See:

Re: How to enable tcp bbr in FreeBSD???

2020-04-24 Thread Kurt Jaeger
Hi! > > On 24 Apr 2020, at 07:29, ykla wrote: > > > > I search by Google but found no results about how to enable bbr in > > FreeBSD. BBR had developed in 2019. So I want to enable it. > > See: https://svnweb.freebsd.org/base?view=revision=352657 Thanks. Is BBR active automatically or is

Re: How to enable tcp bbr in FreeBSD?

2020-04-24 Thread Bob Bishop
Hi, > On 24 Apr 2020, at 07:29, ykla wrote: > > I search by Google but found no results about how to enable bbr in > FreeBSD. BBR had developed in 2019. So I want to enable it. See: https://svnweb.freebsd.org/base?view=revision=352657 -- Bob Bishop r...@gid.co.uk

How to enable tcp bbr in FreeBSD?

2020-04-24 Thread ykla
I search by Google but found no results about how to enable bbr in FreeBSD. BBR had developed in 2019. So I want to enable it. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send