make sure remote endpoint matches stored with

This commit is contained in:
orignal 2019-04-24 11:40:58 -04:00
parent 16a14c2b76
commit 1bfb9b02f5
2 changed files with 11 additions and 0 deletions

View file

@ -81,6 +81,7 @@ namespace transport
void Done ();
void Failed ();
boost::asio::ip::udp::endpoint& GetRemoteEndpoint () { return m_RemoteEndpoint; };
void SetRemoteEndpoint (const boost::asio::ip::udp::endpoint& ep) { m_RemoteEndpoint = ep; }; // TODO: not to use
bool IsV6 () const { return m_RemoteEndpoint.address ().is_v6 (); };
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs);
void SendPeerTest (); // Alice