Browse Source

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>
Jörg Thalheim 9 years ago
parent
commit
21603fc45b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/net/tcp.h

+ 1 - 1
include/net/tcp.h

@@ -216,7 +216,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 /* TCP thin-stream limits */
 /* TCP thin-stream limits */
 #define TCP_THIN_LINEAR_RETRIES 6       /* After 6 linear retries, do exp. backoff */
 #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
 #define TCP_INIT_CWND		10
 
 
 /* Bit Flags for sysctl_tcp_fastopen */
 /* Bit Flags for sysctl_tcp_fastopen */