diff options
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 7118668ad53..adfe6dbe905 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); | |||
196 | /* TCP thin-stream limits */ | 196 | /* TCP thin-stream limits */ |
197 | #define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */ | 197 | #define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */ |
198 | 198 | ||
199 | /* TCP initial congestion window */ | 199 | /* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */ |
200 | #define TCP_INIT_CWND 10 | 200 | #define TCP_INIT_CWND 10 |
201 | 201 | ||
202 | extern struct inet_timewait_death_row tcp_death_row; | 202 | extern struct inet_timewait_death_row tcp_death_row; |