mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-11 05:02:56 +01:00
qos-scripts: add queue length and quantum limit, suggested by dtaht
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36294
This commit is contained in:
parent
fb47fd0d6b
commit
88c418bc75
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue