Date: Tue, 20 May 2008 11:31:03 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c Message-ID: <200805201131.m4KBV3an017553@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2008-05-20 11:31:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sbin/ipfw ipfw.8 ipfw2.c
sys/netinet ip_dummynet.c
Log:
MFC:
Dummynet has a limit of 100 slots queue size (or 1MB, if you give
the limit in bytes) hard coded into both the kernel and userland.
Make both these limits a sysctl, so it is easy to change the limit.
Revision Changes Path
1.203.2.5 +14 -0 src/sbin/ipfw/ipfw.8
1.108.2.7 +18 -5 src/sbin/ipfw/ipfw2.c
1.110.2.2 +9 -2 src/sys/netinet/ip_dummynet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805201131.m4KBV3an017553>
