mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
resuse instance of local destination upon restart
This commit is contained in:
parent
eff0e13f31
commit
a0f43d9772
7 changed files with 50 additions and 29 deletions
|
@ -25,7 +25,8 @@ namespace stream
|
|||
|
||||
void Start ();
|
||||
void Stop ();
|
||||
|
||||
bool IsRunning () const { return m_IsRunning; };
|
||||
|
||||
i2p::tunnel::TunnelPool * GetTunnelPool () const { return m_Pool; };
|
||||
|
||||
Stream * CreateNewOutgoingStream (const i2p::data::LeaseSet& remote);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue