From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 69ECB3B25D for ; Wed, 31 Aug 2016 12:13:33 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 2C3074161D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1472660011; bh=23s51TgiJKtRrxd2K03CqLOApnqwI/0TtHSjWfFR2Hc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=qUztFa4MXfF/+QDXGpZ1Sv6r2H6aJhI6wZzZvU3dz9IfzC5XH2xqjp7ZqLM4A3gL5 BzWeeSmzDoqh7hs+7UcAAG7rf6WOZOLQolpvAB5AodeBZCYGel26ulQ98b2AmElyvq GsX2x0n/rUEw9Jd6u8BtpvjhROZwf9RaWW31YabU= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 2E979C40225; Wed, 31 Aug 2016 18:13:30 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Noah Causin Cc: make-wifi-fast@lists.bufferbloat.net References: <10316004-e147-a646-5e1f-5ceb4abf580c@gmail.com> Date: Wed, 31 Aug 2016 18:13:30 +0200 In-Reply-To: <10316004-e147-a646-5e1f-5ceb4abf580c@gmail.com> (Noah Causin's message of "Wed, 31 Aug 2016 12:03:51 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87mvjsvrv9.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] Disabling WMM But Keeping Wireless-N Speeds X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:13:33 -0000 Noah Causin writes: > Is there a way to keep the higher speeds of Wireless N, but not gain > the issues from WMM? Well, packets are divided into the different QoS queues based on diffserv markings. So you could scrub those; that should make everything go into the best effort queue... -Toke