disable connection limiting by default

This commit is contained in:
Jeff Becker
2017-11-13 07:26:01 -05:00
parent 80a3bd6a3b
commit a4b39a3648
2 changed files with 5 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ namespace stream
uint64_t m_LastBanClear;
i2p::util::MemoryPool<Packet> m_PacketsPool;
bool m_EnableDrop;
public: