Displaying 1 result from an estimated 1 matches for "28750bps".
Did you mean:
1875bps
2004 Mar 22
2
tcng TCP ACK match
...sfq;
}
$other = class( rate 64kbps, ceil 230kbps, prio 2 ) {
sfq;
}
}
}
}
}
Which generates:
tc qdisc add dev eth0 handle 1:0 root dsmark indices 4 default_index 0
tc qdisc add dev eth0 handle 2:0 parent 1:0 htb
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 28750bps ceil 28750bps
tc class add dev eth0 parent 2:1 classid 2:2 htb rate 8000bps ceil 28750bps
prio 1
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 8000bps ceil 28750bps
prio 2
tc qdisc add dev eth0 handle 4:0 parent 2:3 sfq
tc filter add dev eth...