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

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

Tunnels: Enable tunnel testing by default

disabled since 2011
parent 30571038
No related branches found
No related tags found
No related merge requests found
...@@ -573,7 +573,7 @@ public class TunnelPoolManager implements TunnelManagerFacade { ...@@ -573,7 +573,7 @@ public class TunnelPoolManager implements TunnelManagerFacade {
void buildComplete(PooledTunnelCreatorConfig cfg) { void buildComplete(PooledTunnelCreatorConfig cfg) {
if (cfg.getLength() > 1 && if (cfg.getLength() > 1 &&
!_context.router().gracefulShutdownInProgress() && !_context.router().gracefulShutdownInProgress() &&
(!_context.getBooleanPropertyDefaultTrue("router.disableTunnelTesting") || (!_context.getBooleanProperty("router.disableTunnelTesting") ||
_context.router().isHidden() || _context.router().isHidden() ||
_context.router().getRouterInfo().getAddressCount() <= 0)) { _context.router().getRouterInfo().getAddressCount() <= 0)) {
TunnelPool pool = cfg.getTunnelPool(); TunnelPool pool = cfg.getTunnelPool();
......
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