mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
configure persist of peer profiles
* If persist.profiles = false, peer profiles not stored on disk * remove inet_pton for windows * update configs
This commit is contained in:
@@ -817,7 +817,6 @@ namespace transport
|
||||
if (profile)
|
||||
{
|
||||
profile->TunnelNonReplied();
|
||||
profile->Save(it->first);
|
||||
}
|
||||
std::unique_lock<std::mutex> l(m_PeersMutex);
|
||||
it = m_Peers.erase (it);
|
||||
|
||||
Reference in New Issue
Block a user