summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2012-03-10 12:10:28 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2012-03-10 12:10:28 +0000
commit723dccd7b119d75a2e79ac064637f76610dc23b3 (patch)
tree7be3e9a9e84b567d5ba7ad0dd2961fff4e505f44
parent42d255c62aedb127e67556470e3fc3608807f8e5 (diff)
Try to document the new settings of net.inet.tcp.rfc3390.
-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.