commit | 4b749440445ebcb6fad402fc762bc35af871f689 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Wed May 21 17:40:05 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 21 17:40:05 2008 -0700 |
tree | c475a7740ae61ec2916e381df836f1f1c7d76a58 | |
parent | 88860c9ef45963eb69411b0d2ace4e8ba0f7a32f [diff] |
tcp: Make prior_ssthresh a u32 If previous window was above representable values of u16, strange things will happen if undo with the truncated value is called for. Alternatively, this could be fixed by some max trickery but that would limit undoing high-speed undos. Adds 16-bit hole but there isn't anything to fill it with. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>