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

Skip to content
Snippets Groups Projects
Commit 5f0ef5e0 authored by jrandom's avatar jrandom Committed by zzz
Browse files

lets not crap on the secondary tunnel too (even though doing so isn't wrong)

this helps avoid catastrophic failures, at least a little, since a failure doesnt kill two sets of tunnels
parent 1f26c603
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ class TestTunnelJob extends JobImpl { ...@@ -198,7 +198,7 @@ class TestTunnelJob extends JobImpl {
_log.warn("Secondary test of tunnel " + _secondaryId.getTunnelId() _log.warn("Secondary test of tunnel " + _secondaryId.getTunnelId()
+ " failed while waiting for nonce " + _nonce + ": " + " failed while waiting for nonce " + _nonce + ": "
+ _pool.getTunnelInfo(_secondaryId), getAddedBy()); + _pool.getTunnelInfo(_secondaryId), getAddedBy());
_pool.tunnelFailed(_secondaryId); //_pool.tunnelFailed(_secondaryId);
} }
} }
} }
......
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