mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-12 00:56:51 +02:00
bind streaming destination to port for server tunnel
This commit is contained in:
parent
6fc0b2ecfb
commit
c66ba370d5
2 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue