Re: [LARTC] prio not seeming to work

2007-02-19 Thread Bob [EMAIL PROTECTED]
Flechsenhaar, Jon J wrote: Two questions 1.) When you type tc class ls dev ethx - Do you see that both ftp streams are flowing into their proper class; 1:1, 1:3? 2.) Are you sending enough traffic to reach the point of congestion on you link? - If your not then it will

[LARTC] Need big buffer!

2007-02-08 Thread Bob [EMAIL PROTECTED]
Hi gang, I have an application that is sending streaming media to a server. The encoder computer sends an average of 200kbit stream; but for short, 1 second bursts, can hit 400-500kbits. After it does one of these bursts, it reduces its output for another second or two, so that it maintains

Re: [LARTC] Need big buffer!

2007-02-08 Thread Bob [EMAIL PROTECTED]
Bob Puff wrote: If you know how to do the 300k limit then using that same method add a queue depth to handle the difference on that class. How do I do that? (sorry, newbie to tc) Bob I've been trying to read up, and still not coming up with concrete info on queue sizes. Right now,

Re: [LARTC] need help with tc filters

2007-02-08 Thread Bob [EMAIL PROTECTED]
Hi Jim, Try something a little more simple: tc qdisc del dev $IF root tc qdisc add dev $IF root handle 1: htb default 11 tc class add dev $IF parent 1: classid 1:1 htb rate 384kbit tc class add dev $IF parent 1:1 classid 1:10 htb prio 0 rate 384kbit burst 3k tc class add dev $IF parent 1:1