Commit 7eb38527 authored by David S. Miller's avatar David S. Miller

tcp: Add reference to initial CWND ietf draft.

Suggested by Alexander Zimmermann
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 92d86829
...@@ -196,7 +196,7 @@ extern void tcp_time_wait(struct sock *sk, int state, int timeo); ...@@ -196,7 +196,7 @@ extern 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 */ /* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */
#define TCP_INIT_CWND 10 #define TCP_INIT_CWND 10
extern struct inet_timewait_death_row tcp_death_row; extern struct inet_timewait_death_row tcp_death_row;
......
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