From: Ilpo Järvinen Date: Tue, 12 Jun 2007 23:16:44 +0000 (-0700) Subject: [TCP]: Fix left_out setting during FRTO X-Git-Tag: v2.6.22-rc5~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af15cc7b858c7653443ab64db2e41b69506450ee;p=pandora-kernel.git [TCP]: Fix left_out setting during FRTO 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed