freebsd-dev/sbin/ipfw
Luigi Rizzo 4bb7ae9deb Add emulation of delay profiles, which lets you model various
types of MAC overheads such as preambles, link level retransmissions
and more.

Note- this commit changes the userland/kernel ABI for pipes
(but not for ordinary firewall rules) so you need to rebuild
kernel and /sbin/ipfw to use dummynet features.

Please check the manpage for details on the new feature.

The MFC would be trivial but it breaks the ABI, so it will
be postponed until after 7.2 is released.

Interested users are welcome to apply the patch manually
to their RELENG_7 tree.

Work supported by the European Commission, Projects Onelab and
Onelab2 (contract 224263).
2009-04-09 12:46:00 +00:00
..
altq.c mark a function static, as it is 2009-03-05 08:01:19 +00:00
dummynet.c Add emulation of delay profiles, which lets you model various 2009-04-09 12:46:00 +00:00
ipfw2.c Implement an ipfw action to reassemble ip packets: reass. 2009-04-01 20:23:47 +00:00
ipfw2.h Add emulation of delay profiles, which lets you model various 2009-04-09 12:46:00 +00:00
ipfw.8 Add emulation of delay profiles, which lets you model various 2009-04-09 12:46:00 +00:00
ipv6.c Put nat and ipv6 support in their own files. 2009-01-27 12:01:30 +00:00
main.c Implement an ipfw action to reassemble ip packets: reass. 2009-04-01 20:23:47 +00:00
Makefile put the altq-related functions into a separate file. 2009-02-01 16:00:49 +00:00
nat.c remove some signed/unsigned and one const/!const warning 2009-03-05 08:01:58 +00:00