bind streaming destination to port for server tunnel

This commit is contained in:
orignal 2015-03-03 14:52:16 -05:00
parent 6fc0b2ecfb
commit c66ba370d5
2 changed files with 10 additions and 2 deletions

View file

@ -95,7 +95,8 @@ namespace client
private:
boost::asio::ip::tcp::endpoint m_Endpoint;
boost::asio::ip::tcp::endpoint m_Endpoint;
std::shared_ptr<i2p::stream::StreamingDestination> m_PortDestination;
};
}
}