mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-31 09:04:14 +00:00
add floodfill to exclude
This commit is contained in:
parent
be68906ae9
commit
fb2602716e
@ -503,7 +503,8 @@ namespace data
|
|||||||
if (floodfill)
|
if (floodfill)
|
||||||
{
|
{
|
||||||
auto h = floodfill->GetIdentHash();
|
auto h = floodfill->GetIdentHash();
|
||||||
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase32());
|
excluded.push_back(h);
|
||||||
|
LogPrint(eLogDebug, "NetDb: Flood lease set for ", ident.ToBase32(), " to ", h.ToBase64());
|
||||||
transports.SendMessage (h, floodMsg);
|
transports.SendMessage (h, floodMsg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user