[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automaxidle in CBQ



>
> From:  Tarik Alj <[email protected]>
> To:    [email protected]
> Subject: automaxidle in CBQ
> Date:  Mon, 09 Aug 1999 11:58:26 EDT
>
> Hi all,
> 
> 	i have a problem using the insert method with cbq links; here's a sampl
e 
> of my script:

your script has a bug..  Instead of "set params"  you need "setparams":

>     47  
>     48  $topClass setparams none 0 0.98 auto 8 2 0
>     49  $lowerClass1 set params $topClass true 0.35 auto 1 1 150ms; 
>     50  $lowerClass2 set params $topClass true 0.55 auto 2 1 250ms

line 48  is ok, 49 and 50  need to be changed.

- K