mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't test failed tunnels
This commit is contained in:
parent
20369cf6d5
commit
17fcd0c38f
3 changed files with 24 additions and 6 deletions
2
Tunnel.h
2
Tunnel.h
|
@ -37,7 +37,7 @@ namespace tunnel
|
|||
|
||||
TunnelConfig * GetTunnelConfig () const { return m_Config; }
|
||||
bool IsEstablished () const { return m_IsEstablished; };
|
||||
bool IsFailed () const { return m_IsEstablished; };
|
||||
bool IsFailed () const { return m_IsFailed; };
|
||||
void SetFailed (bool failed) { m_IsFailed = failed; }
|
||||
|
||||
TunnelPool * GetTunnelPool () const { return m_Pool; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue