Date: Mon, 3 Mar 1997 01:23:39 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c tcp_subr.c udp_usrreq.c Message-ID: <199703030923.BAA15854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 97/03/03 01:23:38
Modified: sys/netinet in_pcb.c in_pcb.h ip_divert.c raw_ip.c
tcp_subr.c udp_usrreq.c
Log:
Improved performance of hash algorithm while (hopefully) not reducing
the quality of the hash distribution. This does not fix a problem dealing
with poor distribution when using lots of IP aliases and listening
on the same port on every one of them...some other day perhaps; fixing
that requires significant code changes.
The use of xor was inspired by David S. Miller <davem@jenolan.rutgers.edu>
Revision Changes Path
1.28 +7 -7 src/sys/netinet/in_pcb.c
1.19 +5 -2 src/sys/netinet/in_pcb.h
1.7 +2 -2 src/sys/netinet/ip_divert.c
1.43 +2 -2 src/sys/netinet/raw_ip.c
1.35 +2 -2 src/sys/netinet/tcp_subr.c
1.36 +2 -2 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703030923.BAA15854>
