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:
jrandom
2004-08-22 22:00:21 +00:00
committed by zzz
parent b8d2a363fb
commit 190d0f9304

View File

@ -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;