[TCP]: No need to re-count fackets_out/sacked_out at RTO
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 12 Oct 2007 00:34:57 +0000 (17:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Oct 2007 00:34:57 +0000 (17:34 -0700)
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>

No differences found