tooling::FindRouterReceivedEvent
Inherits from tooling::FindRouterEvent, tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| FindRouterEvent(const llarp::RouterID & ourRouter, const llarp::dht::FindRouterMessage & msg) |
Additional inherited members
Public Functions inherited from tooling::FindRouterEvent
| Name | |
|---|---|
| virtual std::string | ToString() const override |
Public Attributes inherited from tooling::FindRouterEvent
| Name | |
|---|---|
| llarp::dht::Key_t | from |
| llarp::RouterID | targetKey |
| bool | iterative |
| bool | exploritory |
| uint64_t | txid |
| uint64_t | version |
Public Functions inherited from tooling::RouterEvent
| Name | |
|---|---|
| RouterEvent(std::string eventType, llarp::RouterID routerID, bool triggered) | |
| virtual | ~RouterEvent() =default |
| virtual std::string | ToString() const |
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
)
Updated on 2026-01-10 at 22:49:45 +0000