Subject: Re: TCP problems resolved
To: None <brucea@spacestar.net>
From: Perry Hutchison <perryh@pluto.rain.com>
List: port-sun3
Date: 12/29/1999 02:46:29
> rfc1323  conflicts with  rfc1144  (vj compression)

If these are known to conflict, shouldn't the implementation
be smart enough to prevent enabling both at once?

> I recommend that you add this to the ppp options file:
> novj    # ppp options no jv compression
> 
>  or  add this sysctl to every client to disable rfc1323
> /etc/netstart.local
> sysctl -w net.inet.tcp.rfc1323=0
> 
> nojv on the router is the best solution if more than one machine is
> involved.

Best in the sense of easiest to accomplish,
or is 1323 always a win over 1144?