tcp: Stalling connections: Move timeout calculation routine
authorDamian Lukowski <damian@tvk.rwth-aachen.de>
Mon, 7 Dec 2009 06:06:16 +0000 (06:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Dec 2009 04:56:11 +0000 (20:56 -0800)
commit2f7de5710a4d394920405febc2a9937c69e16dda
tree8f038451b643f68ab399009e769a74678feb5546
parent07f29bc5bbae4e53e982ab956fed7207990a7786
tcp: Stalling connections: Move timeout calculation routine

This patch moves retransmits_timed_out() from include/net/tcp.h
to tcp_timer.c, where it is used.

Reported-by: Frederic Leroy <fredo@starox.org>
Signed-off-by: Damian Lukowski <damian@tvk.rwth-aachen.de>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_timer.c