Re: [PATCH] TCP: remove unused argument to cong_avoid op

2007-07-16 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 16 Jul 2007 16:19:51 +0100 > 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: St

[PATCH] TCP: remove unused argument to cong_avoid op

2007-07-16 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- a/include/net/tcp.h 2007-07-16 14:25:36.0 +0