mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
increased transit tunnels # to 2500
This commit is contained in:
parent
05d7b79d07
commit
e58ebb8656
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace i2p
|
||||||
const uint8_t DATABASE_LOOKUP_TYPE_ROUTERINFO_LOOKUP = 0x08; // 1000
|
const uint8_t DATABASE_LOOKUP_TYPE_ROUTERINFO_LOOKUP = 0x08; // 1000
|
||||||
const uint8_t DATABASE_LOOKUP_TYPE_EXPLORATORY_LOOKUP = 0x0C; // 1100
|
const uint8_t DATABASE_LOOKUP_TYPE_EXPLORATORY_LOOKUP = 0x0C; // 1100
|
||||||
|
|
||||||
const int MAX_NUM_TRANSIT_TUNNELS = 1500;
|
const int MAX_NUM_TRANSIT_TUNNELS = 2500;
|
||||||
|
|
||||||
namespace tunnel
|
namespace tunnel
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue