On Tue, 21 Feb 1995 10:12:13 PST, Adam Glass says >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. This fixed the problem. Thanks! It would be nice to be able to set this without recompiling the kernel, though it's not critical. -Kevin