mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
inbound tunnels
This commit is contained in:
parent
1c0c530769
commit
0214ad69a6
3 changed files with 40 additions and 11 deletions
|
@ -61,6 +61,9 @@ namespace client
|
|||
m_Service (service), m_LocalDestination (localDestination) {};
|
||||
virtual ~I2PTunnel () { ClearConnections (); };
|
||||
|
||||
virtual void Start () {};
|
||||
virtual void Stop () {};
|
||||
|
||||
void AddConnection (std::shared_ptr<I2PTunnelConnection> conn);
|
||||
void RemoveConnection (std::shared_ptr<I2PTunnelConnection> conn);
|
||||
void ClearConnections ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue