[TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fack
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 8 Apr 2008 05:31:38 +0000 (22:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Apr 2008 05:31:38 +0000 (22:31 -0700)
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 <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found