summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-31 19:35:29 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-05-31 19:35:29 +0000
commitc718650a8745a0945d6ce023ef35c69a3276e4ad (patch)
tree1d829ca616972c7a03c248137ac85097befa90e8
parent3ec54c24259abcb49a543e56a28e52d3667e1478 (diff)
ecn is disabled by default, so show the option enabled.
deraadt@ ok.
-rw-r--r--etc/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 835e6e6920f..1a44190b369 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.27 2002/05/20 22:47:57 art Exp $
+# $OpenBSD: sysctl.conf,v 1.28 2002/05/31 19:35:28 fgsch 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,7 +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
+#net.inet.tcp.ecn=1 # 1=Enable 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