Date: Tue, 16 Mar 2004 14:50:39 -0500 From: Karim Fodil-Lemelin <kfl@xiphos.ca> To: freebsd-net@freebsd.org Cc: luigi@iet.unipi.it Subject: Dummynet Limitations Message-ID: <40575A8F.8090402@xiphos.ca>
next in thread | raw e-mail | index | archive | help
Hi
This code:
<code>
if (pipe.delay > 10000)
errx(EX_DATAERR, "delay %d must be < 10000",
pipe.delay);
</code>
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?
Memory (amount of mbufs/mbclusters) is obviously a limit here but I was
wondering if something else was hidden in this statement.
Regards,
Karim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40575A8F.8090402>
