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: rmind
Date: Mon Jul 19 14:09:45 UTC 2010
Modified Files:
src/sys/netinet: in_var.h ip_input.c ip_reass.c ip_var.h
Log Message:
Abstract IP reassembly into single generic routine - ip_reass_packet().
Make struct ipq private and struct ipqent not visible to userland.
Push ip_len adjustment into reassembly layer.
OK matt@
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet/in_var.h
cvs rdiff -u -r1.288 -r1.289 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/ip_reass.c
cvs rdiff -u -r1.92 -r1.93 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