aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-01-27 22:54:06 +0100
committerDavid S. Miller <davem@davemloft.net>2016-01-29 12:23:58 -0800
commit21603fc45bdef3696f45d80a1c9d730e06b925c5 (patch)
tree148586bea31faae358177d6b6acc62b0bc2ee632 /include/net
parentmacvlan: make operstate and carrier more accurate (diff)
downloadlinux-dev-21603fc45bdef3696f45d80a1c9d730e06b925c5.tar.xz
linux-dev-21603fc45bdef3696f45d80a1c9d730e06b925c5.zip
tcp: Change reference to experimental CWND RFC.
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 8ea19977ea53..f6f8f032c73e 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -216,7 +216,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
/* TCP thin-stream limits */
#define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */
-/* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */
+/* TCP initial congestion window as per rfc6928 */
#define TCP_INIT_CWND 10
/* Bit Flags for sysctl_tcp_fastopen */