summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-26 17:18:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-26 17:18:19 +0000
commit96a371a34fde5533765b359d90490593e2a3d049 (patch)
tree002bf76abbeef024d1608e9f95b11c285bd88375 /sys/conf/GENERIC
parentc973270868cd665d078cf503c0cee7b4d50c4ad8 (diff)
TCP_SIGNATURE enabled by default
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 2f23f129325..0c2c7c9ca7a 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.99 2004/01/18 21:46:53 beck Exp $
+# $OpenBSD: GENERIC,v 1.100 2004/01/26 17:18:18 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -40,8 +40,8 @@ option XFS # xfs filesystem
option TCP_SACK # Selective Acknowledgements for TCP
option TCP_ECN # Explicit Congestion Notification for TCP
+option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions
#option TCP_FACK # Forward Acknowledgements for TCP
-#option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions
option NFSCLIENT # Network File System client
option NFSSERVER # Network File System server