Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: matt-armv6-base
Revision 1.102 / (download) - annotate - [select for diffs], Fri Dec 21 02:07:55 2007 UTC (5 years, 5 months ago) by matt
Branch: MAIN
CVS Tags: vmlocking2-base3,
matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.101: +3 -3
lines
Diff to previous 1.101 (colored)
Add fix for ip_id information leakage. Since the leakage information is primarily used with TCP SYN and RST packets and such packets are less than the smallest sized packet that an IP stack is allowed to fragment, we simply set ip_id to 0 for all packets 68 bytes or less.