mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send floodfill in DatabaseSerachReply
This commit is contained in:
parent
3961fdc2e1
commit
3d669c95d9
3 changed files with 19 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue