From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Beverley Subject: Re: [PATCH 1/2] xt_connlimit (kernel) - connection limiting Date: Sun, 03 Jun 2007 18:00:22 +0100 Message-ID: <1180890022.6601.6.camel@andybev> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Jan Engelhardt Cc: Netfilter Developer Mailing List , Netfilter Mailing List , Linux Kernel Mailing List On Sun, 2007-06-03 at 13:12 +0200, Jan Engelhardt wrote: > Adds the connlimit match that has been in POM-NG for a long time. > > * works with 2.6.22, xtables'ified and all that > > * will request nf_conntrack_ipv4 upon load > (otherwise it hotdrops every packet - a glitch that goes back > to at least 2.6.20.2) Excellent! This has been at the back of my mind for a while. Is there any chance of getting UDP flows added as well as TCP connections? I use connlimit for detecting p2p software, but some p2p software now uses UDP instead. Thanks, Andy Beverley