mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
cleanup exluded routers list for LeaseSets
This commit is contained in:
parent
74a7f8c869
commit
219f992d9e
2 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,11 @@ namespace data
|
|||
return msg;
|
||||
}
|
||||
|
||||
void RequestedDestination::ClearExcludedPeers ()
|
||||
{
|
||||
m_ExcludedPeers.clear ();
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
const char NetDb::m_NetDbPath[] = "/netDb";
|
||||
#else
|
||||
|
@ -353,6 +358,7 @@ namespace data
|
|||
}
|
||||
if (msgs.size () > 0)
|
||||
{
|
||||
dest->ClearExcludedPeers ();
|
||||
dest->SetLastOutboundTunnel (outbound);
|
||||
outbound->SendTunnelDataMsg (msgs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue