llarp/dht/localtaglookup.hpp
Namespaces
| Name |
|---|
| llarp [crypto.hpp] |
| llarp::dht |
Classes
| Name | |
|---|---|
| struct | llarp::dht::LocalTagLookup |
Source code
#pragma once
#include "taglookup.hpp"
namespace llarp::dht
{
struct LocalTagLookup : public TagLookup
{
PathID_t localPath{};
LocalTagLookup(
const PathID_t& path, uint64_t txid, const service::Tag& target, AbstractContext* ctx);
void
SendReply() override;
};
} // namespace llarp::dht
Updated on 2026-04-01 at 23:35:40 +0000