summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-04-20 22:35:31 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-04-20 22:35:31 +0000
commit9c265ae4475eca0a54872d226f78f71cfa41e3d7 (patch)
treeedd47ca8f15efa072bf06a28b8876d779819fb08 /sys
parent5cfa68249f2437d851a0f7b2288dd2f95a3b356a (diff)
renable TCP_SACK and TCP_FACK again. if you have problems direct flaims
to me.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 3bc4888aa91..7abaf692ccb 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.47 1999/04/11 19:47:10 niklas Exp $
+# $OpenBSD: GENERIC,v 1.48 1999/04/20 22:35:30 provos 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