inbound tunnels

This commit is contained in:
orignal 2014-12-03 15:02:19 -05:00
parent 1c0c530769
commit 0214ad69a6
3 changed files with 40 additions and 11 deletions

View file

@ -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 ();