send peer test by Alice

This commit is contained in:
orignal 2014-04-07 16:19:33 -04:00
parent 654fe138a8
commit 45d1571559
2 changed files with 31 additions and 3 deletions

3
SSU.h
View file

@ -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);