* check router info addresses for nullptr

* Request LS before expiration for smoother handover
This commit is contained in:
Jeff Becker 2016-07-22 09:56:17 -04:00
parent a0144f093f
commit eaac21cda1
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
6 changed files with 37 additions and 3 deletions

View file

@ -122,6 +122,7 @@ namespace client
std::thread * m_Thread;
boost::asio::io_service m_Service;
boost::asio::io_service::work m_Work;
mutable std::mutex m_RemoteLeaseSetsMutex;
std::map<i2p::data::IdentHash, std::shared_ptr<i2p::data::LeaseSet> > m_RemoteLeaseSets;
std::map<i2p::data::IdentHash, std::shared_ptr<LeaseSetRequest> > m_LeaseSetRequests;