ia_netbroadcast
Vincent Jardin
vjardin at free.fr
Tue May 18 14:55:36 PDT 2004
> +> This said, how do you plan to handle the alias search, by
> +> implementing a per-interface hash table containing the
> +> addresses and broadcast addresses ?
>
> First I want to find all places that need fast processing and it probably
> needs hash tables for IPs and broadcasts, but I'm not sure if that's all.
Why not a lookup using Patricia ? It is very efficient, moreover it is already
provided by net/radix.c
Regards,
Vincent
More information about the freebsd-net
mailing list