Subject: Re: IP packet length patch for 1.2
To: Jason Thorpe <thorpej@OG.ORG>
From: Curt Sampson <cjs@portal.ca>
List: current-users
Date: 11/04/1996 09:52:06
Ok, I've just checked out this set of patches (finally!). Sorry
for the delay. It turns out that NetBSD 1.2 was not vulnurable to
the `Windows 95 65510 size ping bug.' (A `ping -l 65510 host' would
panic a Linux machine.)

The new patches seem to work fine. I can't get NetBSD's ping program
to generate packets larger than the physical network's MTU (I don't
know if this is a problem with ping or the kernel), but Windows 95
machines do this quite happily. For packets of reasonable size
(about 65000 bytes and under) NetBSD with these patches returns
the large pings. Note, however, that Windows 95 has a tendency to
drop these large returned packets, and will claim that it's not
getting responses when indeed it is. (I verified this with tcpdump
on a third machine.)

cjs

Curt Sampson    cjs@portal.ca		Info at http://www.portal.ca/
Internet Portal Services, Inc.	
Vancouver, BC   (604) 257-9400		De gustibus, aut bene aut nihil.

On Sat, 26 Oct 1996, Jason Thorpe wrote:

> Date: Sat, 26 Oct 1996 11:51:47 -0700
> From: Jason Thorpe <thorpej@OG.ORG>
> To: netbsd-users@netbsd.org
> Cc: curt@portal.ca, kml@nas.nasa.gov
> Subject: IP packet length patch for 1.2
> 
> Attached below is the IP packet length changes I recently committed to
> NetBSD-current, merged into NetBSD 1.2.  They should work fine... They
> merged into 1.2 trivially.
> 
> I want to make sure these get in the first official patch, so please
> let me know if there are any problems with them.
>
> [patches snipped. --cjs]