From: Ilpo Järvinen Date: Sun, 21 Sep 2008 04:26:22 +0000 (-0700) Subject: tcp: back retransmit_high when it over-estimated X-Git-Tag: v2.6.28-rc1~717^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618d9f25548ba6fc3a9cd2ce5cd56f4f015b0635;p=pandora-kernel.git tcp: back retransmit_high when it over-estimated If lost skb is sacked, we might have nothing to retransmit as high as the retransmit_high is pointing to, so place it lower to avoid unnecessary walking. This is mainly for the case where high L'ed skbs gets sacked. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed