try to find destination at every connect attempt

This commit is contained in:
orignal 2014-08-14 14:32:00 -04:00
parent d8918edb51
commit fcb45a778b
3 changed files with 94 additions and 73 deletions

View file

@ -26,7 +26,7 @@ namespace data
void LoadHostsFromI2P ();
std::map<std::string, IdentHash> m_Addresses;
bool m_IsLoaded;
bool m_IsLoaded, m_IsDowloading;
};
}
}