RB5009 here. I am having an issue where a single download saturates my connection and prevents other internet activity on my computer. I’ve been trying to implement some kind of QOS to fix this. I disabled the firewall fasttrack rule, and then implemented following:
This somewhat works if I set the pcq-rate low enough, but I’d like to be able to use all of my 100M connection. Is there some config I can try to allow bandwidth sharing without restricting the speed of any one connection?
Thanks. I’ve played around with fq-codel and cake and have decent results with both but think fq-codel wins. With cake it seems to limit my download speed some.
After playing around with various implementations of simple queues and queue trees with and without fasttrack enabled, I just can’t get the same download throughput with cake as I can with fq-codel. Cake seems to give slightly better latency on a bufferbloat test, but I’m not giving up throughput for a few millisecond improvement in latency. Is the reduced throughput an attribute of cake or is there some setting I should look at adjusting? Maybe by not specifying the speed in the queue type, cake is estimating a lower speed?