disable connection limiting by default

This commit is contained in:
Jeff Becker 2017-11-13 07:26:01 -05:00
parent 80a3bd6a3b
commit a4b39a3648
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
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: