Re: [LARTC] Token Bucket Filter and Dropping

2007-05-09 Thread John Default
Hi No need for htb, simple tbf will do. But if you are creating your own: As i understand token bucket, you should take each packet from the end of queue in order they are there, i.e S1, S2, S1, S2, not just each other. When the bucket is full, you will drop every packet on input. It is unlike

RE: [LARTC] Token Bucket Filter and Dropping

2007-05-08 Thread Piotr Wójcicki
t: Re: [LARTC] Token Bucket Filter and Dropping you need hierarchical token bucket for that have you tried HTB? On 5/8/07, Piotr Wójcicki <[EMAIL PROTECTED]> wrote: > I am trying to create my own Token Bucket Filter. However, I have a problem > wit

Re: [LARTC] Token Bucket Filter and Dropping

2007-05-08 Thread Marco Aurelio
you need hierarchical token bucket for that have you tried HTB? On 5/8/07, Piotr Wójcicki <[EMAIL PROTECTED]> wrote: I am trying to create my own Token Bucket Filter. However, I have a problem with packet dropping. Scenario : I got two streams 20KB/s each. I got one bucket with rate 20KB/s I p

[LARTC] Token Bucket Filter and Dropping

2007-05-08 Thread Piotr Wójcicki
I am trying to create my own Token Bucket Filter. However, I have a problem with packet dropping. Scenario : I got two streams 20KB/s each. I got one bucket with rate 20KB/s I put both streams into this bucket. When buffer is full packets need to be dropped. The problem is that only every other