[TCP]: remove unused argument to cong_avoid op
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 17 Jul 2007 01:35:52 +0000 (18:35 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 18 Jul 2007 08:46:58 +0000 (01:46 -0700)
None of the existing TCP congestion controls use the rtt value pased
in the ca_ops->cong_avoid interface.  Which is lucky because seq_rtt
could have been -1 when handling a duplicate ack.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found