mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
make more attempts to select not bad hop
This commit is contained in:
@@ -32,6 +32,7 @@ namespace tunnel
|
||||
const int TUNNEL_POOL_MAX_INBOUND_TUNNELS_QUANTITY = 16;
|
||||
const int TUNNEL_POOL_MAX_OUTBOUND_TUNNELS_QUANTITY = 16;
|
||||
const int TUNNEL_POOL_MAX_NUM_BUILD_REQUESTS = 3;
|
||||
const int TUNNEL_POOL_MAX_HOP_SELECTION_ATTEMPTS = 3;
|
||||
|
||||
class Tunnel;
|
||||
class InboundTunnel;
|
||||
|
||||
Reference in New Issue
Block a user