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 4CB693B2A3 for ; Wed, 23 Nov 2016 12:54:42 -0500 (EST) Received: from dlang-laptop ([10.2.0.122]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id uANHscHK031937; Wed, 23 Nov 2016 09:54:38 -0800 Date: Wed, 23 Nov 2016 09:54:38 -0800 (PST) From: David Lang X-X-Sender: root@dlang-laptop To: Mikael Abrahamsson cc: Benjamin Cronce , bloat In-Reply-To: Message-ID: References: <8d72490d-551a-c58f-991a-1750e9af8df9@gmail.com> User-Agent: Alpine 2.20.17 (DEB 179 2016-10-28) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: [Bloat] fixing bufferbloat in 2017 X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 17:54:42 -0000 On Wed, 23 Nov 2016, Mikael Abrahamsson wrote: > If Comcast sells you 100/20 (I have no idea if this is a thing), you set > your upstream on this box to 18 meg fq_codel, and then Comcast > oversubscribes you so you only get 15 meg up part of the time, then you're > still bloated by the modem. This is not a solution. > > I don't think "buy $thing, install *WRT on it, configure it like this" is > above most gamers, but I'm afraid we don't even have a working solution > for someone with that kind of skillset. perfect is the enemy of good enough stop trying for perfection, you will never be able to address all problems. But we already have several options that would address the very real problems people are having if they could just be deployed. you don't even need to use cake and worry about what your uplink bandwidth is if you can just use fq_codel on the real edge device. The fact that it is almost impossible to buy a router that has a DSL interface on it, so you have to try to artificially move the bottleneck is a problem. Deploy what we already know to work on the real edge devices and things get vastly simpler. David Lang