summaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/usr/lib/qos/tcrules.awk
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-95/+0
| | | | SVN-Revision: 33688
* qos-scripts: replace sfq/red with fq_codel - massively improves latency ↵Felix Fietkau2012-05-161-40/+2
| | | | | | under load SVN-Revision: 31759
* qos-scripts: only use the lower 8 bits for firewall marks, allows ↵Jo-Philipp Wich2011-11-031-1/+1
| | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) SVN-Revision: 28731
* This patch updates qos-scripts to support fair traffic sharing using the SFQ ↵Jo-Philipp Wich2011-04-121-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with external classifiers method. It also corrects a bug in the unsupported ESFQ method already used by qos-scripts. (ESFQ: http://fatooh.org/esfq-2.6/ only updated to 2.6.24, it was switched to an SFQ patch after that and not updated since 2008) A class can be forced to use SFQ, and an external classifier added like this: config class "Normal" option avgrate 10 option priority 30 option packetdelay 100 option limitrate 94 # option qdisc "sfq perturb 2" config class "Normal_up" # option filter "protocol all flow hash keys src divisor 1024" config class "Normal_down" # option filter "protocol all flow hash keys dst divisor 1024" Using these options, the user needs to load cls_flow before qos-scripts starts. I've got more information here: http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers This has been tested on r23914. Signed-off-by: Ben Pfountz <netprince<>vt_edu> SVN-Revision: 26622
* This patch allows the user to specify esfq as the leaf qdisc, as well as ↵Travis Kemen2010-02-261-1/+6
| | | | | | perturb and hash parameters, closes #1893 SVN-Revision: 19874
* qos-scripts update:Felix Fietkau2007-06-301-9/+30
| | | | | | | | - rewrite the RED qdisc calculations and add some comments this should fix the warnings about bursting (should also fix quirks with various linespeed settings) - reduce the calculated overhead for upstream, while i'm at it... SVN-Revision: 7782
* qos-scripts: fix RED burst calculationFelix Fietkau2007-04-071-1/+2
| | | | SVN-Revision: 6878
* update qos-scripts to v1.1 - rewritten hfsc rate calculationFelix Fietkau2007-04-061-0/+101
SVN-Revision: 6875