| 1275 | } |
| 1276 | |
| 1277 | void NetDb::PostDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg) |
| 1278 | { |
| 1279 | if (msg && m_Requests) |
| 1280 | m_Requests->PostDatabaseSearchReplyMsg (msg); |
| 1281 | } |
| 1282 | |
| 1283 | std::shared_ptr<const RouterInfo> NetDb::GetClosestFloodfill (const IdentHash& destination, |
| 1284 | const std::unordered_set<IdentHash>& excluded, bool nextDay) const |