diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 17:19:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 17:19:22 +0000 |
commit | 68291944139a62f352ec367d2776ae0bd30a7701 (patch) | |
tree | 1f7c5ad68a35712e4a15dc87c4639a4568db808e | |
parent | f7e53b5f5672ce4100a10ae498bf4576eec4d468 (diff) |
correct comment;
ok deraadt@ brad@
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 80ed864f25b..cfaf7d60784 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.38 2005/09/28 15:20:04 brad Exp $ +# $OpenBSD: sysctl.conf,v 1.39 2005/09/30 17:19:21 jmc 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 @@ -8,7 +8,7 @@ #net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets #net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0) #net.inet.tcp.rfc1323=0 # 0=Disable TCP RFC1323 extensions (for if tcp is slow) -#net.inet.tcp.rfc3390=0 # 1=Disable RFC3390 for TCP window increasing +#net.inet.tcp.rfc3390=0 # 0=Disable RFC3390 for TCP window increasing #net.inet.esp.enable=0 # 0=Disable the ESP IPsec protocol #net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol #net.inet.esp.udpencap=0 # 0=Disable ESP-in-UDP encapsulation |