From: Ilpo Järvinen Date: Tue, 8 Apr 2008 05:31:38 +0000 (-0700) Subject: [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fack X-Git-Tag: v2.6.25-rc9~4^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b69d745397eac12b3f8a2eb6b799cd476aef282;p=pandora-kernel.git [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fack The fast retransmission can be forced locally to the rfc3517 branch in tcp_update_scoreboard instead of making such fragile constructs deeper in tcp_mark_head_lost. This is necessary for the next patch which must not have loopholes for cnt > packets check. As one can notice, readability got some improvements too because of this :-). Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed