From: nbd Date: Tue, 9 Apr 2013 14:59:10 +0000 (+0000) Subject: qos-scripts: add queue length and quantum limit, suggested by dtaht X-Git-Tag: fast2504n-3.10.28-merged~2823 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=46f41f4e05972b492338eefd851af1d20ee24130;p=openwrt.git qos-scripts: add queue length and quantum limit, suggested by dtaht Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36294 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk b/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk index a19b651920..2a8871495e 100644 --- a/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk +++ b/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk @@ -79,7 +79,7 @@ END { # leaf qdisc avpkt = 1200 for (i = 1; i <= n; i++) { - print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel" + print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel limit 800 quantum 300" } # filter rule