llarp::dht::TagLookup
Inherits from llarp::dht::TX< service::Tag, service::EncryptedIntroSet >
Inherited by llarp::dht::LocalTagLookup
Public Functions
| 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 |
| virtual void | SendReply() override |
Public Attributes
| Name | |
|---|---|
| uint64_t | recursionDepth |
Additional inherited members
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) |
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 TagLookup
inline TagLookup(
const TXOwner & asker,
const service::Tag & tag,
AbstractContext * ctx,
uint64_t recursion
)
function Validate
virtual bool Validate(
const service::EncryptedIntroSet & introset
) const override
Reimplements: llarp::dht::TX::Validate
function Start
virtual void Start(
const TXOwner & peer
) override
Reimplements: llarp::dht::TX::Start
function SendReply
virtual void SendReply() override
Reimplements: llarp::dht::TX::SendReply
Public Attributes Documentation
variable recursionDepth
uint64_t recursionDepth;
Updated on 2026-01-10 at 22:49:45 +0000