search for: bdw_web_in

Displaying 1 result from an estimated 1 matches for "bdw_web_in".

2004 Jul 09
4
HTB & Bdw Guarantee
...ne experienced H323 trafic shaping ?? if so, scripts are welcome !!! - If CBQ can do better, then I''ll turn to CBQ, but it''s just like chinese for me... HTB is more simple Here''s the script : #!/bin/bash OUT=eth1 IN=eth0 IP=10.x.y.z BDW_IN=1024kbit BDW_OUT=256kbit BDW_WEB_IN=800kbit BDW_OTHER_IN=224kbit BDW_WEB_OUT=176kbit BDW_OTHER_OUT=80kbit #-----------------------------------------------------------# function start_out () { tc qdisc add dev $OUT root handle 1: htb default 11 tc class add dev $OUT parent 1: classid 1:1 htb rate $BDW_OUT ceil $BDW_OUT tc class ad...