[PATCH] ipset type "expire"
Clifford Wolf
clifford at clifford.at
Thu May 19 16:40:25 CEST 2005
Hi,
On Thu, May 19, 2005 at 04:06:17PM +0200, Jozsef Kadlecsik wrote:
> | A new set type called 'iptree' (inspired and triggered by Clifford
> | Wolf) added, which makes possible to store IP addresses which
> | automatically time out. Please note, this is an initial new feature with
> | some hardcoded parameter (like the frequency of garbage collection) and
> | thus may change in the future.
oh, great! so please forget about my prev mail then.. ;-)
yours,
- clifford
--
ocaml graphics.cma <( echo 'open Graphics;;open_graph " 640x480"let
complex_mul(a,b)(c,d)=(a*.c-.b*.d,a*.d+.b*.c)let complex_add(a,b)(c
,d)=(a+.c,b+.d);;let rec mandel c n=if n>0 then let z=mandel c(n-1)
in complex_add(complex_mul z z)c else (0.0,0.0);; for x=0 to 640 do
for y=0 to 480 do let c=((float_of_int(x-450))/.200.0,(float_of_int
(y-240))/.200.0) in let cabs2(a,b)=(a*.a)+.(b*.b)in if cabs2(mandel
c 50)<4.0 then plot x y done done;;read_line()' )
Press CTRL-ALT-DEL now for an IQ test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/netfilter-devel/attachments/20050519/ec85e91b/attachment.bin
More information about the netfilter-devel
mailing list