summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2014-01-02 16:48:08 +0000
committerpluknet <pluknet@FreeBSD.org>2014-01-02 16:48:08 +0000
commitac5822de6e30a4f8b1caa4c3e3d3e2a985d891dd (patch)
tree07ffd5501f08b2f61e4c67d076b6bcd1a124c647
parent74494d92390c5c2dfac4af64c55a886ffc4fd0c6 (diff)
downloadFreeBSD-src-ac5822de6e30a4f8b1caa4c3e3d3e2a985d891dd.zip
FreeBSD-src-ac5822de6e30a4f8b1caa4c3e3d3e2a985d891dd.tar.gz
MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928.
-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 c3eecef..36a665a 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