mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send peer test by Alice
This commit is contained in:
parent
654fe138a8
commit
45d1571559
2 changed files with 31 additions and 3 deletions
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue