Displaying 1 result from an estimated 1 matches for "93750000bps".
2004 Oct 04
0
building module with tcng
...}
}
[root]# tcc -t c < /etc/tcng.test
# ================================ Device eth0
================================
tc qdisc add dev eth0 handle 1:0 root dsmark indices 2 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 93750000bps ceil
93750000bps
tc class add dev eth0 parent 2:1 classid 2:2 htb rate 93750000bps ceil
93750000bps burst 6144 prio 1
tc qdisc add dev eth0 handle 3:0 parent 2:2 sfq perturb 10
tc filter add dev eth0 parent 2:0 protocol all prio 1 tcindex mask 0x1
shift 0
tc filter add dev eth0 parent 2:0 protocol...