Re: [bwm-tools-tech] Re: configure bwmd (firewall.xml)
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2003-06-20 05:29:16
|
> >Hang on.... the normal packet size is 1500, you setting a limit to 1024 > >which is less than the packet size... i think this might be a bug. But > >this means that you want 75% of a packet to pass through your box every > >second, is this right? >=20 > from Your documentation: > max-rate=3D"" > - Maximum rate in bytes/s before packets are queu= ed, > packets are not queued if they can be bursted. = If > 0 is specified only logging of traffic will occ= ur >=20 > this parameter control paket size? xm.... >=20 > I whated set speed 1024kbytes per second (1 Mbyte per sec) not packet siz= e. 1Mbyte =3D 1024 x 1024 =3D> max-rate=3D1048576 max-rate is in BYTES, not KBytes :) >=20 > And now I completly don't understand your parameters. :( >=20 >=20 |