Subject: Re: Strange network behavior wrt tcp stream lockups
To: M Graff <explorer@flame.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 09/09/1999 12:07:47
I'm willing to bet something going wrong with fragment reassembly on
one end or the other..

Have you looked at:
	- tcpdumps of the traffic 
	- the size of the reassembly space..
	- netstat -s -p ip output to see how the
	  fragmentation/reassembly is doing?

one or more of these may point more precisely at the problem...

then again, "fragmentation considered harmful"..  

					- Bill