make more attempts to select not bad hop

This commit is contained in:
Vort 2024-02-20 17:39:48 +02:00
parent cb8fbb0135
commit b092e712ec
3 changed files with 19 additions and 6 deletions

View file

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