diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 415193e171e4..18a468dd5055 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -302,7 +302,7 @@ struct tcp_sock { | |||
302 | u32 snd_ssthresh; /* Slow start size threshold */ | 302 | u32 snd_ssthresh; /* Slow start size threshold */ |
303 | u32 snd_cwnd; /* Sending congestion window */ | 303 | u32 snd_cwnd; /* Sending congestion window */ |
304 | u16 snd_cwnd_cnt; /* Linear increase counter */ | 304 | u16 snd_cwnd_cnt; /* Linear increase counter */ |
305 | u16 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ | 305 | u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ |
306 | u32 snd_cwnd_used; | 306 | u32 snd_cwnd_used; |
307 | u32 snd_cwnd_stamp; | 307 | u32 snd_cwnd_stamp; |
308 | 308 | ||