From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin A. Brown" Date: Tue, 09 Dec 2003 19:06:28 +0000 Subject: Re: [LARTC] TCC parse error. Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Arturaz, To me, the error is clearly reported and identified, but perhaps you overlooked it. : :59: invalid type conversion \ : (expected size in bytes instead of rate) near ")" ^^^^^^^^^^^^^^^^^^^^^ : line 59: : $monika = class ( rate 8kbps, ceil 240kbps, burst 6kBps ) : { sfq ( perturb 10sec ); }; Try this instead: $monika = class ( rate 8kbps, ceil 240kbps, burst 6kB ) { sfq ( perturb 10sec ); }; burst is a bucket size in bits (b) or bytes (B). -Martin -- Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/