Subject: Re: NetBSD and Netblazers To: Kevin Sullivan <ksulliva@kludge.psc.edu> From: Adam Glass <glass@NetBSD.ORG> List: current-users Date: 02/21/1995 10:12:13
look for this in sys/netinet/tcp_subr.c:
int tcp_do_rfc1323 = 1;
if you set that to zero, any new tcp sockets will not do timestamps.
look further down in that file to see where this variable is used.
later,
Adam Glass