forked from I2P_Developers/i2p.i2p
fix comment
This commit is contained in:
@@ -30,7 +30,7 @@ class ConnThrottler {
|
|||||||
_totalMax = totalMax;
|
_totalMax = totalMax;
|
||||||
this.counter = new ObjectCounter<Hash>();
|
this.counter = new ObjectCounter<Hash>();
|
||||||
_currentTotal = new AtomicInteger();
|
_currentTotal = new AtomicInteger();
|
||||||
// shorten the initial period by a random amount,mpleScheduler.getInstance().addPeriodicEvent(new Cleaner(),
|
// shorten the initial period by a random amount
|
||||||
// to prevent correlation across destinations
|
// to prevent correlation across destinations
|
||||||
// and identification of router startup time
|
// and identification of router startup time
|
||||||
SimpleScheduler.getInstance().addPeriodicEvent(new Cleaner(),
|
SimpleScheduler.getInstance().addPeriodicEvent(new Cleaner(),
|
||||||
|
Reference in New Issue
Block a user