diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-26 00:07:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-26 00:07:28 +0000 |
commit | 03131b794ef6e1d27a265332279d4d2ca15193e5 (patch) | |
tree | cd990ecec7f1236b683a281c3ae55520fa171e97 /sys/arch/sun3/conf/SMD_TEST | |
parent | 38f81e804d596320b8e77c5236b4739ff7c7099b (diff) |
Disable TCP 4.2 compatibility bugs by default
Diffstat (limited to 'sys/arch/sun3/conf/SMD_TEST')
-rw-r--r-- | sys/arch/sun3/conf/SMD_TEST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST index 0ff71fa4739..8706014d589 100644 --- a/sys/arch/sun3/conf/SMD_TEST +++ b/sys/arch/sun3/conf/SMD_TEST @@ -1,4 +1,4 @@ -# $OpenBSD: SMD_TEST,v 1.11 2000/04/30 15:27:57 miod Exp $ +# $OpenBSD: SMD_TEST,v 1.12 2000/05/26 00:07:27 miod Exp $ # $NetBSD: SMD_TEST,v 1.2.4.1 1996/08/19 23:35:11 gwr Exp $ # @@ -44,7 +44,7 @@ option INET # IP prototol stack support option IPFILTER # IP packet filter for security option IPFILTER_LOG # use /dev/ipl to log IPF #option GATEWAY # IP packet forwarding -option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) option NFS_BOOT_RWSIZE=1024 |