read Identity from SessionConfirmed message

This commit is contained in:
orignal 2014-09-18 14:16:16 -04:00
parent ddc18a9b28
commit cb46d63058
2 changed files with 16 additions and 1 deletions

1
SSU.h
View file

@ -129,6 +129,7 @@ namespace ssu
SSUServer& m_Server;
boost::asio::ip::udp::endpoint m_RemoteEndpoint;
const i2p::data::RouterInfo * m_RemoteRouter;
i2p::data::IdentHash m_RemoteIdent; // if m_RemoteRouter is null
boost::asio::deadline_timer m_Timer;
i2p::data::DHKeysPair * m_DHKeysPair; // X - for client and Y - for server
bool m_PeerTest;