From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (lang.hm [66.167.227.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 14D7E3B2A3 for ; Fri, 28 Apr 2017 17:29:30 -0400 (EDT) Received: from dlang-laptop ([10.2.0.162]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id v3SLTRjV011912; Fri, 28 Apr 2017 14:29:27 -0700 Date: Fri, 28 Apr 2017 14:29:27 -0700 (PDT) From: David Lang X-X-Sender: dlang@dlang-laptop To: xnor cc: Andy Furniss , Cake@lists.bufferbloat.net In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21.1 (DEB 209 2017-03-23) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: [Cake] cake default target is too low for bbr? X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 21:29:31 -0000 On Fri, 28 Apr 2017, xnor wrote: > As I understand it, increase in RTT due to queueing of packets is the > main feedback mechanism for BBR. > So dropping packets, which I already consider harmful, is really harmful > with BBR because you're not telling the sender to slow down. If BBR does not slow down when packets are dropped, it's too hostile to use on a public network. The only way for a public network to respond to a flood of traffic higher than what it can handle is to drop packets (with a possible warning via ECN shortly before packets get dropped). If BBR doesn't slow down, it's just going to be wasting bandwidth. > Instead, with a controlled delay qdisc like cake or codel, you're > telling the sender to keep sending the data faster because the qdisc > keeps the increase in RTT minimal. To make things worse, you're throwing > away perfectly good packets with no effect other than wasting bandwidth. you are mistaking how cake and codel work. They are working at the link endpoint adjacent to where the bandwidth is most limited. They drop packets before they get send over the most contrained link. The fact that the packets eat up some bandwidth on the non-constrained link prior to the bottleneck doesn't matter, the bandwidth is available by definition (otherwise it would be a constrained link to the endpoint before it) you have the systems A-H sending connected in series. If the bandwidth between D and E is the bottleneck, it doesn't matter that you wast the bandwidth between A-B-C-D because the bandwidth would otherwise be idle. D drops packets only when there is not bandwidth between D and E to handle them. David Lang > > I'm not sure how BBR handles jitter or how small of an increase in RTT > it detects as "congestion" but from my limited testing, I've noticed no > problems with steam downloads in the bulk tin with 15 ms target in cake. > > > _______________________________________________ > Cake mailing list > Cake@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cake >