mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Don't do peertest if nat=false. FIX #915
This commit is contained in:
parent
907fe3d8d9
commit
7e244455c4
2 changed files with 11 additions and 6 deletions
|
@ -146,7 +146,7 @@ namespace transport
|
|||
|
||||
private:
|
||||
|
||||
bool m_IsOnline, m_IsRunning;
|
||||
bool m_IsOnline, m_IsRunning, m_IsNAT;
|
||||
std::thread * m_Thread;
|
||||
boost::asio::io_service * m_Service;
|
||||
boost::asio::io_service::work * m_Work;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue