diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-05 18:13:45 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-05 18:13:45 -0800 |
commit | 7eb38527c4e485923fa3f87d11ce11b4e6ebf807 (patch) | |
tree | c728652e5b2a3522e0a9db249573724841187ceb /include/net/tcp.h | |
parent | 92d8682926342d2b6aa5b2ecc02221e00e1573a0 (diff) | |
download | linux-7eb38527c4e485923fa3f87d11ce11b4e6ebf807.tar.gz linux-7eb38527c4e485923fa3f87d11ce11b4e6ebf807.tar.bz2 linux-7eb38527c4e485923fa3f87d11ce11b4e6ebf807.zip |
tcp: Add reference to initial CWND ietf draft.
Suggested by Alexander Zimmermann
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-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 7118668ad534..adfe6dbe9053 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -196,7 +196,7 @@ extern 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 */ +/* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */ #define TCP_INIT_CWND 10 extern struct inet_timewait_death_row tcp_death_row; |