I am curious as to what exactly is "in" adaptive QOS these days?
Here is the link to the Asus web site:
http://www.asus.com/us/support/FAQ/1008718/
I am curious as to what exactly is "in" adaptive QOS these days?
Thanks very much for that clear explanation. seems like I've performed some unnecessary tuning thenIf you have an AC87, you should be using Adaptive QoS and not have to worry about the buffer sizes (changing the buffer sizes was proposed as a possible solution for traditional QoS where Adaptive wasn't available and bufferbloat was a concern).
But to answer your question, yes, if you reduce the buffer sizes at some point it would affect throughput.
What surprised me merlin is before I had a moderate latency hit when just downloading (only acks on upstream), that also improved, so I think enabling QoS makes less packets buffered as well when downloading.
For those running my fork (and who like to experiment ), I was able to improve my Bufferbloat score from a 'C' to an 'A' by....
(1) turning on tradition QoS and setting the up/down bandwidth to 90% of rated speed (rest of settings default)
(2) shrinking the send buffer size via an init-start script...
Code:#!/bin/sh # Adjust TCP send buffer (default is 120832 bytes) echo 59392 > /proc/sys/net/core/wmem_default echo 59392 > /proc/sys/net/core/wmem_max
The '59392' value was trial and error and seemed to give the best results for me (YMMV). I have a 50/5 Mbps service.
Also, turning on my VPN service turns things back to 'C' (I did set the sndbuf for the VPN accordingly), but the ping peaks are better than they were before the change.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!