freebsd-dev/sbin/ipfw
Oleg Bulyzhin 8d1e3aed2d - 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
2007-11-17 21:54:57 +00:00
..
ipfw2.c o Fix indentation. No functional changes. 2007-10-27 22:04:19 +00:00
ipfw.8 - New sysctl variable: net.inet.ip.dummynet.io_fast 2007-11-17 21:54:57 +00:00
Makefile Remove blindly-copied extra include path. 2004-10-03 06:32:37 +00:00