Re: [LARTC] Leaky bucket in TC

2005-05-27 Thread Krystian Antoni
if by leaky bucket u mean drop everything above a certain rate then htb can do this as a part of normal operation. On 5/26/05, Fatih Dzova [EMAIL PROTECTED] wrote: Hi,I am trying to control bandwidths of the connections by using TC withHTB. But I want to implement Leaky Bucket on this structure so

Re: [LARTC] Leaky bucket in TC

2005-05-27 Thread Fatih Düzova
Thank you for your response, My aim is to define a bandwidth (i guess it can be done by defining equal rate and ceil values), and not to allow to pass this value at any moment during the connection. Is htb able to do this job, for instance in the simple example below? tc qdisc add dev ath0 root

[LARTC] Leaky bucket in TC

2005-05-26 Thread Fatih Düzova
Hi, I am trying to control bandwidths of the connections by using TC with HTB. But I want to implement Leaky Bucket on this structure so as to have a straight flow. Due to being new in this area, could anyone help me how I could do this? Does TC support leaky bucket? Best regards, Fatih