From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 857D13B2A0 for ; Sat, 12 Nov 2016 22:05:50 -0500 (EST) Received: by mail-it0-x22f.google.com with SMTP id c20so20476684itb.0 for ; Sat, 12 Nov 2016 19:05:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=Atv3EC+q4KJojyc7djxDbnLoljGX5Bv7HDD/ABf/auY=; b=yn12UaMhtn/5jg3KbzBgzvMiKYTydJXbHkQNk2BSWaKglbmFG8hgRTZClek2WohoUw jTTJ7GxQv51lNlE+Ihievoo8B+Mnw6x7tNCKNxGlAsIC7NVM+HssEzCYIajW1WD65l3A HWp0iY91PlhXsjqjbBIVYQAG6lS7pgwfh0DQDRoWqPj+JFxjMLSAe/F16c7mPItx41B0 ACvEgPFA1yJWdFDUSlcXl9lZQf6f9VeeQV+yBDANwlm24WSPp/k0QlK8cZLyju8pe876 CXbkVeBhFxyI5qNXFSYQGeli+t6DjRCUvmQxoogp7s18GlpnKrrrdaUIuetVwdf5T+dN XRXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=Atv3EC+q4KJojyc7djxDbnLoljGX5Bv7HDD/ABf/auY=; b=j09zwDcLtWvo0o/K2orzBMo9G5eGcrIiXaySvsucbEX7XaehMNjKZ2JxfWR7KPzCY7 cVugkBOXsY1ApDUd+gAA0pKDrnali8bjecE8LWhpDSJGxThkhuns9oSzW23j8esN23U9 le93u1Usj4tUbAcHyQXp/pHGsRMa5a8rVPZLUl31l44w+h71BjhMGPsqC09gYbNBpVfB 1M+BsqByOMoyBbeB5FpZi4sBQuS9l5oGlBk4kR7UTCxNdcZRe7O866mV/b3avXArJ/Ya 3/WLH98UbAimFEASic0TfsUgTgtdc5VEF7bsg/kW1MnHHjfWxdbSQfLgkFhG4fJN6VAE YPiQ== X-Gm-Message-State: ABUngve2ufkeeGAxKRw2tB0IdXlgr2Ghfr11vRXyoeR18yKH9LvAUwHYC4gZ4VW78xdabQ== X-Received: by 10.107.19.104 with SMTP id b101mr18199979ioj.150.1479006349826; Sat, 12 Nov 2016 19:05:49 -0800 (PST) Received: from [10.0.0.5] (c-68-42-142-136.hsd1.mi.comcast.net. [68.42.142.136]) by smtp.gmail.com with ESMTPSA id 145sm14741150itg.7.2016.11.12.19.05.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Nov 2016 19:05:49 -0800 (PST) To: make-wifi-fast@lists.bufferbloat.net References: From: Noah Causin Message-ID: Date: Sat, 12 Nov 2016 22:05:48 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------FE5E9A2522161E1ED58E40EC" Subject: Re: [Make-wifi-fast] Time to upgrade my home network... 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: Sun, 13 Nov 2016 03:05:50 -0000 This is a multi-part message in MIME format. --------------FE5E9A2522161E1ED58E40EC Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 5Ghz AC. I realized it right after I pressed the send button. On 11/12/2016 10:05 PM, Noah Causin wrote: > > I have an Archer C7v2. > > Toke's repository has the airtime fairness patch and a patch to enable > fq_codel on the ath10k for 5Ghz. > > http://kau.toke.dk/git/lede/ > > Both the 2.4Ghz N and 2.4Ghz AC work very well. > > I recommend installing cake. It's under kernel modules and network > support in the menuconfig. Since cake now has NAT integration. You > can use the dual flow isolation feature to give equal bandwidth to the > devices on your network. > > Simply select cake as the qdisc and a sqm script that uses cake. > Under the "Queue Discipline" tab, enable a set of two checkboxes. > > Under "Advanced option string to pass to the ingress queueing > disciplines," put in "dual-dsthost nat" > > Under "Advanced option string to pass to the egress queueing > disciplines," put in "dual-srchost nat" > > Because of the issues with WMM in the WiFi stack, I recommend using > the following custom iptables rules: > > iptables -t mangle -A FORWARD -o br-lan -j DSCP --set-dscp-class be > iptables -t mangle -A OUTPUT -o br-lan -j DSCP --set-dscp-class be > ip6tables -t mangle -A FORWARD -o br-lan -j DSCP --set-dscp-class be > ip6tables -t mangle -A OUTPUT -o br-lan -j DSCP --set-dscp-class be > > You still need WMM to get the full speeds on the newer WiFi modes. > > Noah > > On 11/12/2016 7:05 PM, Jim Gettys wrote: >> to the fresh bits... >> >> But which bits to run? I have the following routers: >> >> 1) a new Archer C7v2 >> 2) The old standby WNDR3800's. >> 3) ubiquity nanostation. >> >> Anyone care to recommend what bits I should run to be most helpful? >> >> Thanks, >> Jim Gettys >> >> >> >> _______________________________________________ >> Make-wifi-fast mailing list >> Make-wifi-fast@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/make-wifi-fast > --------------FE5E9A2522161E1ED58E40EC Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

5Ghz AC.  I realized it right after I pressed the send button.


On 11/12/2016 10:05 PM, Noah Causin wrote:

I have an Archer C7v2.

Toke's repository has the airtime fairness patch and a patch to enable fq_codel on the ath10k for 5Ghz.

http://kau.toke.dk/git/lede/

Both the 2.4Ghz N and 2.4Ghz AC work very well.

I recommend installing cake.  It's under kernel modules and network support in the menuconfig.  Since cake now has NAT integration.  You can use the dual flow isolation feature to give equal bandwidth to the devices on your network.

Simply select cake as the qdisc and a sqm script that uses cake.  Under the "Queue Discipline" tab, enable a set of two checkboxes.

Under "Advanced option string to pass to the ingress queueing disciplines," put in "dual-dsthost nat"

Under "Advanced option string to pass to the egress queueing disciplines," put in "dual-srchost nat"

Because of the issues with WMM in the WiFi stack, I recommend using the following custom iptables rules:

iptables -t mangle -A FORWARD -o br-lan -j DSCP --set-dscp-class be
iptables -t mangle -A OUTPUT -o br-lan -j DSCP --set-dscp-class be
ip6tables -t mangle -A FORWARD -o br-lan -j DSCP --set-dscp-class be
ip6tables -t mangle -A OUTPUT -o br-lan -j DSCP --set-dscp-class be

You still need WMM to get the full speeds on the newer WiFi modes.

Noah

On 11/12/2016 7:05 PM, Jim Gettys wrote:
to the fresh bits...

But which bits to run?  I have the following routers:

1) a new Archer C7v2
2) The old standby WNDR3800's.
3) ubiquity nanostation.

Anyone care to recommend what bits I should run to be most helpful?

                               Thanks,
                                        Jim Gettys



_______________________________________________
Make-wifi-fast mailing list
Make-wifi-fast@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/make-wifi-fast


--------------FE5E9A2522161E1ED58E40EC--