Skip to content

Commit

Permalink
tcp: Add reference to initial CWND ietf draft.
Browse files Browse the repository at this point in the history
Suggested by Alexander Zimmermann

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 6, 2011
1 parent 92d8682 commit 7eb3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7eb3852

Please sign in to comment.