Subject: Re: Serious longstanding problem with TCP
To: None <current-users@NetBSD.ORG>
From: noud de brouwer <noud@knot.nl>
List: current-users
Date: 11/18/1995 16:05:52
>Try turning off rfc1323 support:
>
>        sysctl w net.inet.tcp.rfc1323=0
>
>only in newer builds. In older versions you have to edit a kernel file.
do_rfc1323 = 0 in netinet/tcp_subr.c
~n