[TCP]: Make snd_cwnd_clamp a u32.
[deliverable/linux.git] / include / linux / tcp.h
index 415193e171e4c1a7eab24b2433351a298dd381f3..18a468dd5055213a8c8fb47008eed78b9cbf912c 100644 (file)
@@ -302,7 +302,7 @@ struct tcp_sock {
        u32     snd_ssthresh;   /* Slow start size threshold            */
        u32     snd_cwnd;       /* Sending congestion window            */
        u16     snd_cwnd_cnt;   /* Linear increase counter              */
-       u16     snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
+       u32     snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
        u32     snd_cwnd_used;
        u32     snd_cwnd_stamp;
 
This page took 0.025814 seconds and 5 git commands to generate.