summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-11-25 06:12:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-11-25 06:12:39 +0000
commitd6d9c0d26f864c7e5fb808fad65dc88cd879da2a (patch)
treedbb8cd4b8d5666c2e0305cbe54c1a323fef15dc2 /sys/conf
parent61731e818fa2e2e4808c981e3ce73b5a1b0f003b (diff)
Re-enable TCP_SACK/TCP_FACK now that it works on alpha
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 f636d59d735..ae50ce7c667 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.39 1998/11/19 18:27:02 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.40 1998/11/25 06:12:38 millert 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