exclude previously non-reachable transports

This commit is contained in:
orignal 2023-04-18 14:35:13 -04:00
parent 527ee3b3c5
commit b77ae08388
4 changed files with 28 additions and 5 deletions

View file

@ -94,6 +94,7 @@ namespace data
std::shared_ptr<const RouterInfo> GetClosestNonFloodfill (const IdentHash& destination, const std::set<IdentHash>& excluded) const;
std::shared_ptr<const RouterInfo> GetRandomRouterInFamily (FamilyID fam) const;
void SetUnreachable (const IdentHash& ident, bool unreachable);
void ExcludeReachableTransports (const IdentHash& ident, RouterInfo::CompatibleTransports transports);
void PostI2NPMsg (std::shared_ptr<const I2NPMessage> msg);