From: David S. Miller Date: Sun, 6 Feb 2011 02:13:45 +0000 (-0800) Subject: tcp: Add reference to initial CWND ietf draft. X-Git-Tag: upstream/snapshot3+hdmi~11215^2~412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eb38527c4e485923fa3f87d11ce11b4e6ebf807;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git tcp: Add reference to initial CWND ietf draft. Suggested by Alexander Zimmermann Signed-off-by: David S. Miller --- diff --git a/include/net/tcp.h b/include/net/tcp.h index 7118668..adfe6db 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;