Re: Dummynet Limitations

2004-03-17 Thread Luigi Rizzo
On Tue, Mar 16, 2004 at 02:50:39PM -0500, Karim Fodil-Lemelin wrote: > Hi > > This code: > > > if (pipe.delay > 1) > errx(EX_DATAERR, "delay %d must be < 1", > pipe.delay); > > > in /usr/src/sbin/ipfw/ipfw.c > > Limits the pipe delay for dummynet

Dummynet Limitations

2004-03-16 Thread Karim Fodil-Lemelin
Hi This code: if (pipe.delay > 1) errx(EX_DATAERR, "delay %d must be < 1", pipe.delay); in /usr/src/sbin/ipfw/ipfw.c Limits the pipe delay for dummynet to 10 seconds. Is there any reason for this? Also, no such limit is imposed on the bandwidth why?