Re: [LARTC] HTB equivalent for 'bounded' and 'isolated' in CBQ

2002-08-28 Thread Radosaw oboda
On Tue, 20 Aug 2002, Amit Kucheria wrote: On Fri, 16 Aug 2002, Stef Coene wrote: The 'ceil' parameter allows us to implement a part of the 'isolated' definition above. By setting it equal to 'rate', the class does not borrow bandwidth, but what will stop other classes from borrowing its

Re: [LARTC] HTB equivalent for 'bounded' and 'isolated' in CBQ

2002-08-21 Thread Stef Coene
Total : 100 class1 rate 20 ceil 20 class2 rate 40 ceil 80 class3 rate 40 ceil 80 class 1 is isolated like in cbq. It can not use more then it's rate/ceil and class2 and class3 will never use bandwidth from class1, only from each other. Just like the definition of

Re: [LARTC] HTB equivalent for 'bounded' and 'isolated' in CBQ

2002-08-20 Thread Amit Kucheria
On Fri, 16 Aug 2002, Stef Coene wrote: The 'ceil' parameter allows us to implement a part of the 'isolated' definition above. By setting it equal to 'rate', the class does not borrow bandwidth, but what will stop other classes from borrowing its unused bandwidth? Providing no ceil

Re: [LARTC] HTB equivalent for 'bounded' and 'isolated' in CBQ

2002-08-18 Thread Stef Coene
On Friday 16 August 2002 23:09, Amit Kucheria wrote: Hi all, Sally Floyd's Link sharing paper defines the following: 1. Bounded class: class that is not allowed to borrow from ancestor classes, regardless of the limit status of those classes. 2. Isolated class: class that does not allow