From: Ilpo Järvinen Date: Thu, 14 Oct 2010 01:52:09 +0000 (+0000) Subject: tcp: use correct counters in CA_CWR state too X-Git-Tag: v2.6.37-rc1~147^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60ce4e265404ca42ba860401f4b0f1e97332a67;p=pandora-kernel.git tcp: use correct counters in CA_CWR state too As CWR is stronger than CA_Disorder state, we can miscount SACK/Reno failure into other timeouts. Not a bad problem as it can happen only due to ECN, FRTO detecting spurious RTO or xmit error which are the only callers of tcp_enter_cwr. And even then losses and RTO must still follow thereafter to actually end up into the relevant code paths. Compile tested. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed