summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-12-26 04:24:08 +0000
committerpluknet <pluknet@FreeBSD.org>2013-12-26 04:24:08 +0000
commit811a01f25f97443130083558ae4eaa645ecd0b84 (patch)
tree570a385f3073f28580d25431812e66de75d10538 /sys/netinet
parentf63ceb74f06b701575eb9c6d9a47d7da98deb558 (diff)
downloadFreeBSD-src-811a01f25f97443130083558ae4eaa645ecd0b84.zip
FreeBSD-src-811a01f25f97443130083558ae4eaa645ecd0b84.tar.gz
Draft-ietf-tcpm-initcwnd-05 became RFC6928.
MFC after: 1 week
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index b9e0f42..e5f59c3 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -162,7 +162,7 @@ SYSCTL_NODE(_net_inet_tcp, OID_AUTO, experimental, CTLFLAG_RW, 0,
VNET_DEFINE(int, tcp_do_initcwnd10) = 1;
SYSCTL_VNET_INT(_net_inet_tcp_experimental, OID_AUTO, initcwnd10, CTLFLAG_RW,
&VNET_NAME(tcp_do_initcwnd10), 0,
- "Enable draft-ietf-tcpm-initcwnd-05 (Increasing initial CWND to 10)");
+ "Enable RFC 6928 (Increasing initial CWND to 10)");
VNET_DEFINE(int, tcp_do_rfc3465) = 1;
SYSCTL_VNET_INT(_net_inet_tcp, OID_AUTO, rfc3465, CTLFLAG_RW,
@@ -360,7 +360,7 @@ cc_conn_init(struct tcpcb *tp)
*
* RFC5681 Section 3.1 specifies the default conservative values.
* RFC3390 specifies slightly more aggressive values.
- * Draft-ietf-tcpm-initcwnd-05 increases it to ten segments.
+ * RFC6928 increases it to ten segments.
*
* If a SYN or SYN/ACK was lost and retransmitted, we have to
* reduce the initial CWND to one segment as congestion is likely
OpenPOWER on IntegriCloud