Merge branch 'transport_failsafe' into restricted_routes

This commit is contained in:
Jeff Becker
2016-06-18 09:01:53 -04:00
15 changed files with 174 additions and 103 deletions

View File

@@ -221,7 +221,7 @@ namespace tunnel
std::list<std::shared_ptr<TunnelPool>> m_Pools;
std::shared_ptr<TunnelPool> m_ExploratoryPool;
i2p::util::Queue<std::shared_ptr<I2NPMessage> > m_Queue;
// some stats
int m_NumSuccesiveTunnelCreations, m_NumFailedTunnelCreations;