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/RAMDISK | |
parent | 38f81e804d596320b8e77c5236b4739ff7c7099b (diff) |
Disable TCP 4.2 compatibility bugs by default
Diffstat (limited to 'sys/arch/sun3/conf/RAMDISK')
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index 7f95c86a2a5..d906bfff7b1 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2000/04/30 15:27:57 miod Exp $ +# $OpenBSD: RAMDISK,v 1.14 2000/05/26 00:07:27 miod Exp $ # $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $ # @@ -37,7 +37,7 @@ option FIFO # FIFOs; RECOMMENDED # Networking options option INET # IP prototol stack support -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 |