summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2012-03-10 12:10:27 +0000
committerclaudio <claudio@openbsd.org>2012-03-10 12:10:27 +0000
commit6f9659e381acc91524cdec303aec5cad591819cf (patch)
tree346fe64e82f1aebd703a82c4707fda744ca17012 /lib/libc
parentIncrease TCP's initial window to 10 * MSS or 14600 bytes as proposed in (diff)
downloadwireguard-openbsd-6f9659e381acc91524cdec303aec5cad591819cf.tar.xz
wireguard-openbsd-6f9659e381acc91524cdec303aec5cad591819cf.zip
Try to document the new settings of net.inet.tcp.rfc3390.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index e9bed504790..40a2923c7d3 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.210 2011/12/09 16:14:54 nicm Exp $
+.\" $OpenBSD: sysctl.3,v 1.211 2012/03/10 12:10:27 claudio Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 9 2011 $
+.Dd $Mdocdate: March 10 2012 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -1600,7 +1600,11 @@ are enabled.
.It Li tcp.rfc3390
Returns 1 if the
.Tn TCP
-Initial Window is increased, as specified in RFC 3390.
+Initial Window is increased to 4 * MSS or 4380 bytes, as specified in RFC 3390.
+Returns 2 if the
+.Tn TCP
+Initial Window is increased to 10 * MSS or 14600 bytes, as specified in
+draft-ietf-tcpm-initcwnd.
.It Li tcp.rstppslimit
This variable specifies the maximum number of outgoing TCP RST packets
per second.