Subject: Re: network hang
To: maximum entropy <entropy@zippy.bernstein.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 09/12/1997 17:49:25
We are all aware that RFC 1323 options can cause this sort of behavior,
right?  This is particularly true of low-speed links.  If you haven't
already tried this, run

	sysctl -w net.inet.tcp.rfc1323=0

to disable this functionality.  (I have that in /etc/rc.local on my
machines at home, specifically.)

--scott