*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-02-01 00:23:55 +00:00
parent eb57c56b72
commit 54c1e58608
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ namespace
// this peer doesn't have a faster connection than the
// slowest peer. Don't take over any blocks
// TODO: is this correct? shouldn't it take over a piece
// anyway?
if (c.statistics().down_peak() / c.download_queue().size() <= down_speed) return;
// anyways?
// if (c.statistics().down_peak() / c.download_queue().size() <= down_speed) return;
// find a suitable block to take over from this peer