From e58ebb86562081ce6e86eb893634f35a18f3fae4 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 21 Mar 2015 18:39:48 -0400 Subject: [PATCH] increased transit tunnels # to 2500 --- I2NPProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.h b/I2NPProtocol.h index 294abcc9..19597d52 100644 --- a/I2NPProtocol.h +++ b/I2NPProtocol.h @@ -97,7 +97,7 @@ namespace i2p const uint8_t DATABASE_LOOKUP_TYPE_ROUTERINFO_LOOKUP = 0x08; // 1000 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 {