Damir Galič wrote:
> ahhh I was bothering for nothing. I added this lines:
> /sbin/tc qdisc add dev ppp0 parent 1:10 handle 10: sfq perturb 10
> now it works perfectly. except that cbq isn't that accurate
but I like
> it's sharing on classes which isn't included in htb.
>
>
Ahh, I think that if you don't specify a queue for the leaf classes cbq
may do the same as htb and use a default fifo whose length is taken from
the txqueuelen of the interface - 3 in the case of ppp and thats a bit
too short. Unless you use limit for sfq it's 128 remember sfq is really
best for bulk, perturb causes packet reordering ao it may be better to
use bfifo or seperate interactive from bulk and use another class.
Maybe cbq would be smoother if you reduced maxburst.
Andy.