On Thu, 13 Nov 2003 11:53:41 -0200, Leonardo H. Machado wrote:
>> There are a few, yes, like this one for example:
>>
>> http://users.skynet.be/cbqinit/
>>
>
>
> HTB is easier and much more powerfull:
>
> http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
The docs for htb says something about a minimum of 4KB/s.
CBQ is the she-devil of the bunch, requiring countless options (
extremely-configurable, apparently) but the linux advanced routing and
traffic control site (
www.lartc.org) has necessary details on it.
Pick your poison.
> //leoh
> main(){int j=1234;char t[]=":@abcdefghijklmnopqrstuvwxyz.\n"
> ,*i = "iqgbgxmlvivuc\n:wwnfwsdoi"; char *strchr(char *,int);
> while(*i){j+=strchr(t,*i++)-t;j%=sizeof t-1;putchar(t[j]);}}