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: Mon Dec 8 02:23:27 UTC 2003
Modified Files:
src/sys/netinet: ip_input.c ip_var.h
Log Message:
Add new field ipq_nfrags to struct ipq. Maintain count of fragments
(fragments, not fragmented packets) in each queue entry.
Use ipq_nfrags to maintain a count of total fragments in reassembly queue.
To generate a diff of this commit:
cvs rdiff -r1.191 -r1.192 src/sys/netinet/ip_input.c
cvs rdiff -r1.63 -r1.64 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