]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tcp: Kill precaution that's very likely obsolete
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:20:50 +0000 (21:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 04:20:50 +0000 (21:20 -0700)
commitf09142eddb75005e41b0af3e5214979d8b534b1d
treeb751e478944c1cca8f3ea9f4205e092a21341b9b
parent006f582c73f4eda35e06fd323193c3df43fb3459
tcp: Kill precaution that's very likely obsolete

I suspect it might have been related to the changed amount
of lost skbs, which was counted by retransmit_cnt_hint that
got changed.

The place for this clearing was very illogical anyway,
it should have been after the LOST-bit clearing loop to
make any sense.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c