send peer test by Alice
This commit is contained in:
3
SSU.h
3
SSU.h
@@ -80,7 +80,8 @@ namespace ssu
|
||||
boost::asio::ip::udp::endpoint& GetRemoteEndpoint () { return m_RemoteEndpoint; };
|
||||
const i2p::data::RouterInfo * GetRemoteRouter () const { return m_RemoteRouter; };
|
||||
void SendI2NPMessage (I2NPMessage * msg);
|
||||
|
||||
void SendPeerTest (); // Alice
|
||||
|
||||
private:
|
||||
|
||||
void CreateAESandMacKey (uint8_t * pubKey, uint8_t * aesKey, uint8_t * macKey);
|
||||
|
Reference in New Issue
Block a user