commit | 4cd829995b86e0359796780d43d2f210cb5cf021 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Oct 11 17:34:57 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 17:34:57 2007 -0700 |
tree | 4e4d40f11bd44c9ef0ae2d9a8e07a4e07bd691b0 | |
parent | d193594299064d386a2705928cd61ab2ca3d7cee [diff] |
[TCP]: No need to re-count fackets_out/sacked_out at RTO Both sacked_out and fackets_out are directly known from how parameter. Since fackets_out is accurate, there's no need for recounting (sacked_out was previously unnecessarily counted in the loop anyway). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>