mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
read Identity from SessionConfirmed message
This commit is contained in:
parent
ddc18a9b28
commit
cb46d63058
2 changed files with 16 additions and 1 deletions
1
SSU.h
1
SSU.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue