commit | 0197dee7d3182bb6b6a21955860dfa14fa022d84 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 07 10:51:45 2012 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed May 09 13:04:57 2012 +0200 |
tree | 121237ff7991a5fea8d8ac6202ad6c92834e744e | |
parent | 817e076f61bca3d0270af60632d1fe07cd4919f1 [diff] |
netfilter: hashlimit: byte-based limit mode can be used e.g. for ingress traffic policing or to detect when a host/port consumes more bandwidth than expected. This is done by optionally making cost to mean "cost per 16-byte-chunk-of-data" instead of "cost per packet". Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>