]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit907ed09b9e6c5e3913dfdeda4d3f977ec0226421
tree8f038451b643f68ab399009e769a74678feb5546
parent139e2f80a8692483bdd08f495bc665032f4596ae
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