netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3][v2] tcp: fix ICMP-RTO war
@ 2010-01-29 22:15 Damian Lukowski
  2010-02-01  7:33 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Damian Lukowski @ 2010-01-29 22:15 UTC (permalink / raw)
  To: Netdev

This patches fix the current RTO calculation routine, when
srtt and rttvar are zero, yielding an RTO of zero 
Under some circumstances, TCPs srtt and rttvar are zero,
yielding a calculated RTO of zero.
This is particularly unfortunate for ICMP based RTO recalculation
as introduced in f1ecd5d9e736660 (Revert Backoff [v3]: Revert RTO
on ICMP destination unreachable), as it results in RTO retransmission
flooding.

Thanks to Ilpo Jarvinen for providing debug patches and to
Denys Fedoryshchenko for reporting and testing.

Signed-off-by: Damian Lukowski <damian@tvk.rwth-aachen.de>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-09 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 22:15 [PATCH 0/3][v2] tcp: fix ICMP-RTO war Damian Lukowski
2010-02-01  7:33 ` David Miller
2010-02-08 12:34   ` Damian Lukowski
2010-02-08 21:58     ` Damian Lukowski
2010-02-09 12:37       ` Ilpo Järvinen
2010-02-09 22:29         ` Damian Lukowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).