Re: [PATCH net-2.6 1/1] [TCP]: Fix left_out setting during FRTO

2007-06-12 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Tue, 12 Jun 2007 11:50:29 +0300 (EEST) > Without FRTO, the tcp_try_to_open is never called with > lost_out > 0 (see tcp_time_to_recover). However, when FRTO is > enabled, the !tp->lost condition is not used until end of FRTO > because that way TCP av

[PATCH net-2.6 1/1] [TCP]: Fix left_out setting during FRTO

2007-06-12 Thread Ilpo Järvinen
Without FRTO, the tcp_try_to_open is never called with lost_out > 0 (see tcp_time_to_recover). However, when FRTO is enabled, the !tp->lost condition is not used until end of FRTO because that way TCP avoids premature entry to fast recovery during FRTO. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECT