summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>1999-06-08 01:30:13 +0000
committerprovos <provos@openbsd.org>1999-06-08 01:30:13 +0000
commitcb6a44eb1f3697eaf9314a155380221a4980ca67 (patch)
tree6c6194fbd7c2386b2ec978707f566bebb0ad24e5
parentI do not believe this (diff)
downloadwireguard-openbsd-cb6a44eb1f3697eaf9314a155380221a4980ca67.tar.xz
wireguard-openbsd-cb6a44eb1f3697eaf9314a155380221a4980ca67.zip
disable TCP_FACK for now
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 324af7f2504..34e27f2e347 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.49 1999/05/27 23:52:03 art Exp $
+# $OpenBSD: GENERIC,v 1.50 1999/06/08 01:30:13 provos Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -39,7 +39,7 @@ 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_FACK # Forward Acknowledgements for TCP
option NFSCLIENT # Network File System client
option NFSSERVER # Network File System server