iptables questions regarding limit setting

Can someone explain what the following will do, and why it would be needed?

iptables -A INPUT -m limit --limit 3/minute --limit-burst 3 -j LOG --log-prefix "INPUT packet died: "

 

 

 

 

Top