cvs commit: src/sys/netinet ip_dummynet.c src/sbin/ipfw ipfw.8
Oleg Bulyzhin
oleg at FreeBSD.org
Sat Nov 17 13:54:59 PST 2007
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
More information about the cvs-src
mailing list