Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/06/2003 23:56:10
Module Name:	src
Committed By:	jonathan
Date:		Sat Dec  6 23:56:10 UTC 2003

Modified Files:
	src/sys/netinet: ip_input.c ip_var.h

Log Message:
Replace the single global IP reassembly list/listhead, with a
hashtable of list-heads. Independently re-invented, then reworked to
match similar code in FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.189 -r1.190 src/sys/netinet/ip_input.c
cvs rdiff -r1.62 -r1.63 src/sys/netinet/ip_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.