mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
send floodfill in DatabaseSerachReply
This commit is contained in:
@@ -582,7 +582,10 @@ namespace data
|
||||
replyMsg = CreateDatabaseStoreMsg (router);
|
||||
}
|
||||
else
|
||||
replyMsg = CreateDatabaseSearchReply (buf);
|
||||
{
|
||||
std::set<IdentHash> excluded; // empty for now
|
||||
replyMsg = CreateDatabaseSearchReply (buf, GetClosestFloodfill (buf, excluded));
|
||||
}
|
||||
if (replyMsg)
|
||||
{
|
||||
if (replyTunnelID)
|
||||
|
||||
Reference in New Issue
Block a user