delay request

This commit is contained in:
Jeff Becker 2017-04-08 14:15:08 -04:00
parent 9b62f238ed
commit 89dfe2b763
2 changed files with 11 additions and 2 deletions

View file

@ -28,6 +28,7 @@ namespace client
std::string m_RemoteName;
i2p::data::IdentHash m_RemoteIdent;
std::shared_ptr<const i2p::data::LeaseSet> m_RemoteLeaseSet;
std::shared_ptr<boost::asio::deadline_timer> m_ResolveTimer;
};
}
}