Hello...

I have a question about htb...
Is it possible to share bandwidth with some proportion?

For example, I have:

tc qdisc add dev $INT root handle 1: htb default 12  
tc class add dev $INT parent 1: classid 1:1 htb rate 300kbit ceil 300kbit
tc class add dev $INT parent 1:1 classid 1:10 htb rate 50kbit ceil 300kbit
tc class add dev $INT parent 1:1 classid 1:11 htb rate 50kbit ceil 300kbit

but I wanted class 1:10 to borrow five times bigger bandwidth than 1:11.
Is it possible with htb ???


Greetings...
/kustosz

_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to