remove all related streaming limit members

This commit is contained in:
Jeff Becker 2018-04-16 09:47:35 -04:00
parent 83932a6f02
commit eefbbd4efe
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 1 additions and 12 deletions

View file

@ -280,11 +280,6 @@ namespace stream
boost::asio::deadline_timer m_PendingIncomingTimer;
std::map<uint32_t, std::list<Packet *> > m_SavedPackets; // receiveStreamID->packets, arrived before SYN
std::mutex m_ConnsMutex;
/** how many connections per minute did each identity have */
std::map<i2p::data::IdentHash, uint32_t> m_Conns;
boost::asio::deadline_timer m_ConnTrackTimer;
i2p::util::MemoryPool<Packet> m_PacketsPool;
public: