* i2psnark:

- Choke slower when at bandwidth limit
      - Fix completion % for small files
      - Use Random from context
This commit is contained in:
zzz
2010-05-23 16:18:10 +00:00
parent 48da98d0e4
commit 5d7c9ebf82
5 changed files with 9 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ public class TrackerClient extends I2PAppThread
boolean runStarted = false;
boolean firstTime = true;
int consecutiveFails = 0;
Random r = new Random();
Random r = I2PAppContext.getGlobalContext().random();
while(!stop)
{
try