mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
understandable construction for client tunnels
This commit is contained in:
parent
008fb561b8
commit
c86a1f63a2
6 changed files with 19 additions and 4 deletions
|
@ -34,6 +34,8 @@ namespace proxy
|
|||
// Implements TCPIPAcceptor
|
||||
std::shared_ptr<i2p::client::I2PServiceHandler> CreateHandler(std::shared_ptr<boost::asio::ip::tcp::socket> socket);
|
||||
const char* GetName() { return m_Name.c_str (); }
|
||||
const std::string GetRemoteDestination() { return ""; }
|
||||
int GetRemoteDestinationPort() { return 0; }
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue