[TCP]: Make snd_cwnd_clamp a u32.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Feb 2007 06:52:59 +0000 (22:52 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:21 +0000 (22:23 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h

index 415193e..18a468d 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;