Matthew Dillon 51508de112 Reviewed by: freebsd-current
Add ICMP_BANDLIM option and 'net.inet.icmp.icmplim' sysctl.  If option
    is specified in kernel config, icmplim defaults to 100 pps.  Setting it
    to 0 will disable the feature.  This feature limits ICMP error responses
    for packets sent to bad tcp or udp ports, which does a lot to help the
    machine handle network D.O.S. attacks.

    The kernel will report packet rates that exceed the limit at a rate of
    one kernel printf per second.  There is one issue in regards to the
    'tail end' of an attack... the kernel will not output the last report
    until some unrelated and valid icmp error packet is return at some
    point after the attack is over.  This is a minor reporting issue only.
1998-12-03 20:23:21 +00:00
..
1998-11-19 18:07:28 +00:00
1998-11-26 18:54:52 +00:00
1998-12-03 20:23:21 +00:00
1998-01-08 23:42:31 +00:00
1998-11-26 18:54:52 +00:00
1998-06-21 14:53:44 +00:00
1998-11-26 18:54:52 +00:00
1998-11-26 18:54:52 +00:00
1998-12-03 20:23:21 +00:00
1998-11-26 18:54:52 +00:00
1998-11-26 18:54:52 +00:00
1998-11-26 18:54:52 +00:00
1998-06-20 18:18:05 +00:00
1998-11-26 18:54:52 +00:00
1998-08-17 01:05:25 +00:00
1998-12-03 20:23:21 +00:00
1998-12-03 20:23:21 +00:00
1998-12-03 20:23:21 +00:00