Commit 21603fc4 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by David S. Miller

tcp: Change reference to experimental CWND RFC.

Signed-off-by: default avatarJörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent de7d244d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment