Re: [LARTC] burst question

2004-11-23 Thread Stef Coene
On Monday 22 November 2004 00:17, richard lucassen wrote: > On Thu, 18 Nov 2004 22:50:17 +0100 > Stef Coene <[EMAIL PROTECTED]> wrote: > > [..] > > > > Q4: I want this class to be able to allow 400Kbit burst during 3 > > > seconds. What value should I give to the burst parameter? Is this > > > 400/

Re: [LARTC] burst question

2004-11-21 Thread richard lucassen
On Thu, 18 Nov 2004 22:50:17 +0100 Stef Coene <[EMAIL PROTECTED]> wrote: [..] > > Q4: I want this class to be able to allow 400Kbit burst during 3 > > seconds. What value should I give to the burst parameter? Is this > > 400/160*1803=4507b? > 400kbit * 3s = 1200kbit. > You can try this, but htb b

Re: [LARTC] burst question

2004-11-18 Thread Stef Coene
On Thursday 18 November 2004 19:27, richard lucassen wrote: > This is one of my test classes: > > class htb 1:10 parent 1:1 prio 0 quantum 2048 rate 160Kbit ceil 400Kbit > burst 1803b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 > > Q1: where does "level 0" stand for? From /usr/src/linux-2.6.8/net/sched/

[LARTC] burst question

2004-11-18 Thread richard lucassen
This is one of my test classes: class htb 1:10 parent 1:1 prio 0 quantum 2048 rate 160Kbit ceil 400Kbit burst 1803b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 Q1: where does "level 0" stand for? Q2: where does this b/8 stand for? Q3: this is on a i386 platform, so timer resolution should be 10mS. A