tooling::FindRouterEvent

Inherits from tooling::RouterEvent

Inherited by tooling::FindRouterReceivedEvent, tooling::FindRouterSentEvent

Public Functions

Name
FindRouterEvent(const llarp::RouterID & ourRouter, const llarp::dht::FindRouterMessage & msg)
virtual std::string ToString() const override

Public Attributes

Name
llarp::dht::Key_t from
llarp::RouterID targetKey
bool iterative
bool exploritory
uint64_t txid
uint64_t version

Additional inherited members

Public Functions inherited from tooling::RouterEvent

Name
RouterEvent(std::string eventType, llarp::RouterID routerID, bool triggered)
virtual ~RouterEvent() =default

Public Attributes inherited from tooling::RouterEvent

Name
const std::string eventType
llarp::RouterID routerID
bool triggered

Public Functions Documentation

function FindRouterEvent

inline FindRouterEvent(
    const llarp::RouterID & ourRouter,
    const llarp::dht::FindRouterMessage & msg
)

function ToString

inline virtual std::string ToString() const override

Reimplements: tooling::RouterEvent::ToString

Public Attributes Documentation

variable from

llarp::dht::Key_t from;

variable targetKey

llarp::RouterID targetKey;

variable iterative

bool iterative;

variable exploritory

bool exploritory;

variable txid

uint64_t txid;

variable version

uint64_t version;

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