Displaying 2 results from an estimated 2 matches for "1350kbit".
Did you mean:
350kbit
2005 Mar 15
1
Traffic Shaping multiple incoming broadband sources?
...s repeatedly with a nerf bat for, but I need to ask what i have missed.
Or maybe a better way of designing the traffic shaping rules?
James
# setup root queue
tc qdisc add dev eth0 root handle 1: htb
# Setup incoming from eth2 1500k link
tc class add dev eth0 parent 1:0 classid 1:2 htb rate 1350kbit quantum 1500
tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 0x03 fw flowid 1:2
tc class add dev eth0 parent 1:2 classid 1:210 htb rate 168kbit ceil 224kbit prio 1 quantum 1500
tc class add dev eth0 parent 1:2 classid 1:220 htb rate 362kbit ceil 640kbit prio 2 quantum 1500
tc class add...
2006 Jan 18
3
Download and upload independency
Hello everyone:
As it is known, when you limit uplink bandwidth it usually gets downlink
bandwidth to a lower value.
I just want to know what is the optimal configuration for eth1 and imq0
according to some variables of tc(HTB), txqueuelen, mtu, etc. to make
these packet flows less independent on an ethernet based network.
Thank you in advance.
-Diego