-
- Downloads
* allow 2 failures in a tunnel before killing the tunnel. this is useful because
much of our tunnel failure detection code itself uses tunnels - send out tunnel 1 and get the reply through tunnel 2. If it fails, which one "broke"? * we now add a failure mark to both in all situations, including during tunnel creation * properly check the tunnel expiration 2-2.5 minutes prior to completion, rather than the old 0.5-1.5 minutes.
Showing
- router/java/src/net/i2p/router/TunnelInfo.java 9 additions, 0 deletionsrouter/java/src/net/i2p/router/TunnelInfo.java
- router/java/src/net/i2p/router/tunnelmanager/ClientTunnelPool.java 2 additions, 2 deletions...va/src/net/i2p/router/tunnelmanager/ClientTunnelPool.java
- router/java/src/net/i2p/router/tunnelmanager/ClientTunnelPoolManagerJob.java 1 addition, 1 deletion.../i2p/router/tunnelmanager/ClientTunnelPoolManagerJob.java
- router/java/src/net/i2p/router/tunnelmanager/RequestTunnelJob.java 17 additions, 4 deletions...va/src/net/i2p/router/tunnelmanager/RequestTunnelJob.java
- router/java/src/net/i2p/router/tunnelmanager/TunnelPool.java 11 additions, 2 deletionsrouter/java/src/net/i2p/router/tunnelmanager/TunnelPool.java
Loading
Please register or sign in to comment