summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1998-11-19 01:57:04 +0000
committerNiels Provos <provos@cvs.openbsd.org>1998-11-19 01:57:04 +0000
commit8e5ebc2b02eafb53f40677d3e1d53773bb73944e (patch)
tree7382b6b48334e5766835697b6c03128124af9de7 /sys/conf
parent0dc6971cb384176f0f920a52d1a7441e6f1ee142 (diff)
reenable SACK and FACK
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 0e8a67c1a99..93ca4ec53a9 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.37 1998/11/18 17:09:45 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.38 1998/11/19 01:57:03 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