summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-16 18:54:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-16 18:54:22 +0000
commitbe660631cb91ec0f81f3706cab7a99f8e220e2fc (patch)
treee3a5c95913b96241714aacf31696a986a2848222 /sys
parent261da38467104129c876dcec513e139aea3e99b2 (diff)
put TCP_ECN into the kernel
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 60efe6348da..05e1235a951 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.86 2002/03/14 00:42:25 miod Exp $
+# $OpenBSD: GENERIC,v 1.87 2002/05/16 18:54:21 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -40,6 +40,7 @@ option MFS # memory file system
#option XFS # xfs filesystem
option TCP_SACK # Selective Acknowledgements for TCP
+option TCP_ECN # Explicit Congestion Notification for TCP
#option TCP_FACK # Forward Acknowledgements for TCP
#option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions