commit | 2f7de5710a4d394920405febc2a9937c69e16dda | [log] [tgz] |
---|---|---|
author | Damian Lukowski <damian@tvk.rwth-aachen.de> | Mon Dec 07 06:06:16 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 08 20:56:11 2009 -0800 |
tree | 8f038451b643f68ab399009e769a74678feb5546 | |
parent | 07f29bc5bbae4e53e982ab956fed7207990a7786 [diff] |
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>