Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
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.
Home |
Main Index |
Thread Index |
Old Index