summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-18 17:09:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-18 17:09:46 +0000
commita5b6b61c729fc581b797673e4a913abc56b5ea77 (patch)
tree4d33118167d1aedd26318794fb41ac1a7436cf29 /sys/conf
parent4bb42d3bdfc48323b11699b71576dbbf893b83b5 (diff)
disable SACK/FACK until provos learns how to write code which does not do unaligned accesses
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 1f356a1a76c..0e8a67c1a99 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.36 1998/11/17 19:29:52 provos Exp $
+# $OpenBSD: GENERIC,v 1.37 1998/11/18 17:09:45 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -37,8 +37,8 @@ option EXT2FS # Second Extended Filesystem
option MFS # memory file system
#option XFS # xfs filesystem
-option TCP_SACK # Selective Acknowledgements for TCP
-option TCP_FACK # Forward Acknowledgements for TCP
+#option TCP_SACK # Selective Acknowledgements for TCP
+#option TCP_FACK # Forward Acknowledgements for TCP
option NFSCLIENT # Network File System client
option NFSSERVER # Network File System server