Dummynet Limitations
From: Karim Fodil-Lemelin (kfl_at_xiphos.ca)
Date: 03/16/04
- Previous message: Julian Elischer: "Re: How to test my own netgraph node ?"
- Next in thread: Luigi Rizzo: "Re: Dummynet Limitations"
- Reply: Luigi Rizzo: "Re: Dummynet Limitations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Mar 2004 14:50:39 -0500 To: freebsd-net@freebsd.org
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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Julian Elischer: "Re: How to test my own netgraph node ?"
- Next in thread: Luigi Rizzo: "Re: Dummynet Limitations"
- Reply: Luigi Rizzo: "Re: Dummynet Limitations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|