提交 e0ef57cc 编写于 作者: D David S. Miller

[TCP]: Make snd_cwnd_clamp a u32.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 54287cc1
...@@ -302,7 +302,7 @@ struct tcp_sock { ...@@ -302,7 +302,7 @@ struct tcp_sock {
u32 snd_ssthresh; /* Slow start size threshold */ u32 snd_ssthresh; /* Slow start size threshold */
u32 snd_cwnd; /* Sending congestion window */ u32 snd_cwnd; /* Sending congestion window */
u16 snd_cwnd_cnt; /* Linear increase counter */ 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_used;
u32 snd_cwnd_stamp; u32 snd_cwnd_stamp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册