always create new tunnel from exploratory pool

This commit is contained in:
orignal 2021-05-28 12:11:24 -04:00
parent e77e383efa
commit a0e545a6f1
2 changed files with 17 additions and 2 deletions

View file

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