send recived data after address from BOB inbound connection

This commit is contained in:
orignal 2014-12-03 20:37:20 -05:00
parent 9328bd1caf
commit 76478ceaa2
4 changed files with 13 additions and 6 deletions

View file

@ -29,7 +29,7 @@ namespace client
const boost::asio::ip::tcp::endpoint& target);
~I2PTunnelConnection ();
void I2PConnect ();
void I2PConnect (const uint8_t * msg = nullptr, size_t len = 0);
void Connect ();
private: