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

Skip to content
Snippets Groups Projects
Commit 20567ae7 authored by zzz's avatar zzz
Browse files

* RoutingKeyModifier: Update after large clock shift

parent f06d9948
No related branches found
No related tags found
No related merge requests found
......@@ -1036,6 +1036,8 @@ public class Router implements RouterClock.ClockShiftListener {
return;
if (delta > -60*1000 && delta < 60*1000)
return;
// update the routing key modifier
_context.routingKeyGenerator().generateDateBasedModData();
if (_context.commSystem().countActivePeers() <= 0)
return;
if (delta > 0)
......
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