commit | edafe502404f3669d364b6e96d79b54067b634b4 | [log] [tgz] |
---|---|---|
author | Daniele Lacamera <root@danielinux.net> | Wed Jun 02 02:02:04 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 02 07:15:48 2010 -0700 |
tree | ef3c1a3921e20b2dc40938f2de23e893a6a53c4a | |
parent | 33c29dde7d04dc0ec0edb649d20ccf1351c13a06 [diff] |
TCP: tcp_hybla: Fix integer overflow in slow start increment For large values of rtt, 2^rho operation may overflow u32. Clamp down the increment to 2^16. Signed-off-by: Daniele Lacamera <root@danielinux.net> Signed-off-by: David S. Miller <davem@davemloft.net>