diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-10-12 00:34:57 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-10-12 00:34:57 (GMT) |
commit | 4cd829995b86e0359796780d43d2f210cb5cf021 (patch) | |
tree | 4e4d40f11bd44c9ef0ae2d9a8e07a4e07bd691b0 /net/ipv4/tcp.c | |
parent | d193594299064d386a2705928cd61ab2ca3d7cee (diff) | |
download | linux-4cd829995b86e0359796780d43d2f210cb5cf021.tar.xz |
[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>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions