mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
try to find destination at every connect attempt
This commit is contained in:
parent
d8918edb51
commit
fcb45a778b
3 changed files with 94 additions and 73 deletions
|
@ -26,7 +26,7 @@ namespace data
|
|||
void LoadHostsFromI2P ();
|
||||
|
||||
std::map<std::string, IdentHash> m_Addresses;
|
||||
bool m_IsLoaded;
|
||||
bool m_IsLoaded, m_IsDowloading;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue