Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: kenh-if-detach
Revision 1.74.2.1 / (download) - annotate - [select for diffs], Fri Dec 11 04:53:08 1998 UTC (14 years, 5 months ago) by kenh
Branch: kenh-if-detach
Changes since 1.74: +33 -6
lines
Diff to previous 1.74 (colored) next main 1.75 (colored)
The beginnings of interface detach support. Still some bugs, but mostly works for me. This work was originally by Bill Studenmund, and cleaned up by me.
Revision 1.74 / (download) - annotate - [select for diffs], Fri Nov 13 03:24:22 1998 UTC (14 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kenh-if-detach-base
Branch point for: kenh-if-detach
Changes since 1.73: +2 -1
lines
Diff to previous 1.73 (colored)
Once a fragmented IP packet has been reassembled, recompute the packet length before passing it up the stack. From FreeBSD.