forked from I2P_Developers/i2p.i2p
* i2psnark:
- Choke slower when at bandwidth limit
- Fix completion % for small files
- Use Random from context
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user