Re: [PATCH] [TCP]: Remove seq_rtt ptr from clean_rtx_queue args
From: David Miller <davem@davemloft.net>
Date: 2007-12-25 05:56:45
From: David Miller <davem@davemloft.net>
Date: 2007-12-25 05:56:45
From: "Ilpo_Järvinen" <redacted> Date: Fri, 21 Dec 2007 16:19:19 +0200 (EET)
While checking Gavin's patch I noticed that the returned seq_rtt is not used by the caller. Signed-off-by: Ilpo Järvinen <redacted>
Good catch, applied to net-2.6.25 The history of this is that way back when, Vegas used to use it for RTT calculations, bit it handles that now via the ->pkts_acked() cong-control method.