Date: Fri, 28 Sep 2001 21:34:11 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c in.c in_var.h ip_icmp.c ip_input.c ip_output.c Message-ID: <200109290434.f8T4YB458912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/09/28 21:34:11 PDT Modified files: sys/netinet if_ether.c in.c in_var.h ip_icmp.c ip_input.c ip_output.c Log: Add a hash table that contains the list of internet addresses, and use this in place of the in_ifaddr list when appropriate. This improves performance on hosts which have a large number of IP aliases. Revision Changes Path 1.83 +25 -18 src/sys/netinet/if_ether.c 1.58 +20 -14 src/sys/netinet/in.c 1.41 +19 -3 src/sys/netinet/in_var.h 1.61 +21 -14 src/sys/netinet/ip_icmp.c 1.181 +31 -18 src/sys/netinet/ip_input.c 1.138 +3 -2 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109290434.f8T4YB458912>