llarp::dht::LocalTagLookup

Inherits from llarp::dht::TagLookup, llarp::dht::TX< service::Tag, service::EncryptedIntroSet >

Public Functions

Name
LocalTagLookup(const PathID_t & path, uint64_t txid, const service::Tag & target, AbstractContext * ctx)
virtual void SendReply() override

Public Attributes

Name
PathID_t localPath

Additional inherited members

Public Functions inherited from llarp::dht::TagLookup

Name
TagLookup(const TXOwner & asker, const service::Tag & tag, AbstractContext * ctx, uint64_t recursion)
virtual bool Validate(const service::EncryptedIntroSet & introset) const override
virtual void Start(const TXOwner & peer) override

Public Attributes inherited from llarp::dht::TagLookup

Name
uint64_t recursionDepth

Public Functions inherited from llarp::dht::TX< service::Tag, service::EncryptedIntroSet >

Name
TX(const TXOwner & asker, const K & k, AbstractContext * p)
virtual ~TX() =default
void OnFound(const Key_t & askedPeer, const V & value)
virtual bool Validate(const V & value) const =0
virtual void Start(const TXOwner & peer) =0

Public Attributes inherited from llarp::dht::TX< service::Tag, service::EncryptedIntroSet >

Name
K target
AbstractContext * parent
std::set< Key_t > peersAsked
std::vector< V > valuesFound
TXOwner whoasked

Public Functions Documentation

function LocalTagLookup

LocalTagLookup(
    const PathID_t & path,
    uint64_t txid,
    const service::Tag & target,
    AbstractContext * ctx
)

function SendReply

virtual void SendReply() override

Reimplements: llarp::dht::TX::SendReply

Public Attributes Documentation

variable localPath

PathID_t localPath;

Updated on 2026-01-10 at 22:49:45 +0000