dont re-request LS

This commit is contained in:
Jeff 2016-12-26 18:47:47 -05:00
parent 59dd479a6d
commit f3d4077142
2 changed files with 8 additions and 3 deletions

View file

@ -88,7 +88,7 @@ namespace datagram
boost::asio::deadline_timer m_SendQueueTimer;
std::vector<std::shared_ptr<I2NPMessage> > m_SendQueue;
uint64_t m_LastUse;
bool m_RequestingLS;
};
const size_t MAX_DATAGRAM_SIZE = 32768;