Re: [PATCH v4 net-next 00/16] tcp: BBR congestion control algorithm

2016-09-21 Thread Thomas Graf
On 09/21/16 at 07:53am, Neal Cardwell wrote: > On Wed, Sep 21, 2016 at 12:44 AM, David Miller wrote: > > From: Neal Cardwell > > Date: Mon, 19 Sep 2016 23:39:07 -0400 > > > >> tcp: BBR congestion control algorithm > > > > Series applied, thanks Neal. > > Thanks, David! Let me just say that this

Re: [PATCH v4 net-next 00/16] tcp: BBR congestion control algorithm

2016-09-21 Thread Neal Cardwell
On Wed, Sep 21, 2016 at 12:44 AM, David Miller wrote: > From: Neal Cardwell > Date: Mon, 19 Sep 2016 23:39:07 -0400 > >> tcp: BBR congestion control algorithm > > Series applied, thanks Neal. Thanks, David! neal

Re: [PATCH v4 net-next 00/16] tcp: BBR congestion control algorithm

2016-09-20 Thread David Miller
From: Neal Cardwell Date: Mon, 19 Sep 2016 23:39:07 -0400 > tcp: BBR congestion control algorithm Series applied, thanks Neal.

[PATCH v4 net-next 00/16] tcp: BBR congestion control algorithm

2016-09-19 Thread Neal Cardwell
tcp: BBR congestion control algorithm This patch series implements a new TCP congestion control algorithm: BBR (Bottleneck Bandwidth and RTT). A paper with a detailed description of BBR will be published in ACM Queue, September-October 2016, as "BBR: Congestion-Based Congestion Control". BBR is wi