diff options
author | Jörg Thalheim <joerg@higgsboson.tk> | 2016-01-27 16:54:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-29 15:23:58 -0500 |
commit | 21603fc45bdef3696f45d80a1c9d730e06b925c5 (patch) | |
tree | 148586bea31faae358177d6b6acc62b0bc2ee632 | |
parent | de7d244d0a351f27cfef5f51088ea9a64054c948 (diff) |
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>
-rw-r--r-- | include/net/tcp.h | 2 |
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); | |||
216 | /* TCP thin-stream limits */ | 216 | /* TCP thin-stream limits */ |
217 | #define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */ | 217 | #define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */ |
218 | 218 | ||
219 | /* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */ | 219 | /* TCP initial congestion window as per rfc6928 */ |
220 | #define TCP_INIT_CWND 10 | 220 | #define TCP_INIT_CWND 10 |
221 | 221 | ||
222 | /* Bit Flags for sysctl_tcp_fastopen */ | 222 | /* Bit Flags for sysctl_tcp_fastopen */ |