mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
always create new tunnel from exploratory pool
This commit is contained in:
parent
e77e383efa
commit
a0e545a6f1
2 changed files with 17 additions and 2 deletions
|
@ -77,6 +77,7 @@ namespace tunnel
|
|||
void ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void ProcessDeliveryStatus (std::shared_ptr<I2NPMessage> msg);
|
||||
|
||||
bool IsExploratory () const;
|
||||
bool IsActive () const { return m_IsActive; };
|
||||
void SetActive (bool isActive) { m_IsActive = isActive; };
|
||||
void DetachTunnels ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue