1
0
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:
Jeff Becker 2016-06-30 09:48:08 -04:00
parent be68906ae9
commit fb2602716e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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