summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-16 18:54:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-16 18:54:40 +0000
commite1d3a6cdc73a51e32d83bdc66c7490284117a452 (patch)
treed7c017b403ab523b6191a893de0e203212508144
parentbe660631cb91ec0f81f3706cab7a99f8e220e2fc (diff)
show net.inet.tcp.ecn option
-rw-r--r--etc/sysctl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 0fa652d3bde..59831a001be 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.25 2002/02/23 08:07:58 deraadt Exp $
+# $OpenBSD: sysctl.conf,v 1.26 2002/05/16 18:54:39 deraadt Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -11,6 +11,7 @@
#net.inet.esp.enable=0 # 0=Disable the ESP IPsec protocol
#net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol
#net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol
+#net.inet.tcp.ecn=0 # 0=Disable the TCP ECN extension
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
#ddb.console=1 # 1=Permit entry of ddb from the console
#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics