git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006f582
)
tcp: Kill precaution that's very likely obsolete
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:20:50 +0000
(21:20 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 21 Sep 2008 04:20:50 +0000
(21:20 -0700)
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>
No differences found