mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-02 05:32:30 +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
|
@ -67,6 +67,9 @@ namespace client
|
|||
virtual void Stop () = 0;
|
||||
|
||||
virtual const char* GetName() { return "Generic I2P Service"; }
|
||||
virtual const std::string GetRemoteDestination() { return ""; }
|
||||
virtual int GetRemoteDestinationPort() { return -1; }
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue