From: Ilpo Järvinen Date: Sat, 7 Jul 2007 10:39:02 +0000 (+0300) Subject: [TCP]: Keep state in Disorder also if only lost_out > 0 X-Git-Tag: v2.6.24-rc1~1454^2~819 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02596e32925edaeccee0af8eb6c229b5615de42;p=pandora-kernel.git [TCP]: Keep state in Disorder also if only lost_out > 0 This happens rather infrequently and is only possible during FRTO. We must not allow TCP to slip to Open state because tcp_fastretrans_alert might then not be called on it's time when FRTO has exited. This become a problem when left_out got removed and was replaced by just sacked_out. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed