never ignore a (potential) tunnel failure, even though the tunnel may not have failed
(e.g. test outbound through A with a reply inbound through B. if the message is lost, which tunnel failed? both!)
This commit is contained in:
@ -524,7 +524,7 @@ class TunnelPool {
|
||||
return found;
|
||||
}
|
||||
|
||||
private static final int MAX_FAILURES_PER_TUNNEL = 2;
|
||||
private static final int MAX_FAILURES_PER_TUNNEL = 0;
|
||||
|
||||
public void tunnelFailed(TunnelId id) {
|
||||
if (!_isLive) return;
|
||||
|
Reference in New Issue
Block a user