mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
make more attempts to select not bad hop
This commit is contained in:
parent
cb8fbb0135
commit
b092e712ec
3 changed files with 19 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue