[1225] in linux-net channel archive
Re: ip aliasing support ...
daemon@ATHENA.MIT.EDU (Alan Cox)
Fri Oct 20 05:36:32 1995
From: Alan Cox <alan@cymru.net>
To: warlord@mit.edu (Derek Atkins)
Date: Thu, 19 Oct 1995 10:02:24 +0100 (BST)
Cc: alan@cymru.net, cschle@paradigm.co.za, jjciarla@raiz.uncu.edu.ar,
linux-net@vger.rutgers.edu
In-Reply-To: <199510190131.VAA29111@toxicwaste.media.mit.edu> from "Derek Atkins" at Oct 18, 95 09:31:15 pm
> Although an array is faster, it is static, which means you have a
> fundamenal resource limit. Perhaps a hash table pointing to linked
No, you have kmalloc. Nobody said a fixed single array for all time, its
just you are probably doing of the order of 50 million lookups/change or
more, so I know which bit to optimise..
Alan