From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nishit Shah" Subject: RE: iphash vs iptreemap Date: Thu, 19 Jun 2008 17:05:46 +0530 Message-ID: <001501c8d200$9da55430$d8effc90$@com> References: <002c01c8d1ea$7fd81840$7f8848c0$@com> <000a01c8d1f0$a48d2990$eda77cb0$@com> <000f01c8d1f6$c98a1950$5c9e4bf0$@com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-us Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: 'Jozsef Kadlecsik' Cc: netfilter@vger.kernel.org > Also, what is significant of --gc parameter in iptreemap ? > Does it make difference in testing ? It governs how often garbage collector is run to release empty leaves and branches. Of course it has an effect on the current memory usage. Just a clarification here. What I understand is, If I don't have entries with --timeout values in iptreemap (as currently --timeout is not supported in iptreemap), do we really need --gc ? Can't we do it on ADD/UPDATE/DELETE/FLUSH events on set ? Rgds, Nishit Shah.