Date: Sat, 17 Nov 2007 21:54:57 +0000 (UTC) From: Oleg Bulyzhin <oleg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c src/sbin/ipfw ipfw.8 Message-ID: <200711172154.lAHLsvJw040486@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
oleg 2007-11-17 21:54:57 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c sbin/ipfw ipfw.8 Log: - New sysctl variable: net.inet.ip.dummynet.io_fast If it is set to zero value (default) dummynet module will try to emulate real link as close as possible (bandwidth & latency): packet will not leave pipe faster than it should be on real link with given bandwidth. (This is original behaviour of dummynet which was altered in previous commit) If it is set to non-zero value only bandwidth is enforced: packet's latency can be lower comparing to real link with given bandwidth. - Document recently introduced dummynet(4) sysctl variables. Requested by: luigi, julian MFC after: 3 month Revision Changes Path 1.206 +19 -1 src/sbin/ipfw/ipfw.8 1.113 +6 -3 src/sys/netinet/ip_dummynet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711172154.lAHLsvJw040486>