I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2b39d28e authored by zzz's avatar zzz
Browse files

fix comment

parent 8cb503d8
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ class ConnThrottler { ...@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment