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

Skip to content
Snippets Groups Projects
Unverified Commit a27e1393 authored by zzz's avatar zzz
Browse files

Router: Force the stragglers to rekey

parent fd686349
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ class LoadRouterInfoJob extends JobImpl { ...@@ -46,7 +46,7 @@ class LoadRouterInfoJob extends JobImpl {
private RouterInfo _us; private RouterInfo _us;
private static final AtomicBoolean _keyLengthChecked = new AtomicBoolean(); private static final AtomicBoolean _keyLengthChecked = new AtomicBoolean();
// 1 chance in this many to rekey if the defaults changed // 1 chance in this many to rekey if the defaults changed
private static final int REKEY_PROBABILITY = 4; private static final int REKEY_PROBABILITY = 1;
public LoadRouterInfoJob(RouterContext ctx) { public LoadRouterInfoJob(RouterContext ctx) {
super(ctx); super(ctx);
......
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