]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit1b69d745397eac12b3f8a2eb6b799cd476aef282
tree5cf3ab06c6c6ebf1adc55d4a3aae17f6fd110521
parentbfe87dbc7b4da5b05a1a78480e996787a500cc6f
[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 <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c