llarp::routing::PathLatencyMessage

Inherits from llarp::routing::IMessage

Public Functions

Name
PathLatencyMessage()
virtual bool BEncode(llarp_buffer_t * buf) const override
virtual bool DecodeKey(const llarp_buffer_t & key, llarp_buffer_t * val) override
virtual void Clear() override
virtual bool HandleMessage(IMessageHandler * h, AbstractRouter * r) const override

Public Attributes

Name
uint64_t T
uint64_t L

Additional inherited members

Public Functions inherited from llarp::routing::IMessage

Name
IMessage() =default
virtual ~IMessage() =default
bool operator<(const IMessage & other) const

Public Attributes inherited from llarp::routing::IMessage

Name
PathID_t from
uint64_t S
uint64_t version

Public Functions Documentation

function PathLatencyMessage

PathLatencyMessage()

function BEncode

virtual bool BEncode(
    llarp_buffer_t * buf
) const override

Reimplements: llarp::routing::IMessage::BEncode

function DecodeKey

virtual bool DecodeKey(
    const llarp_buffer_t & key,
    llarp_buffer_t * val
) override

Reimplements: llarp::routing::IMessage::DecodeKey

function Clear

inline virtual void Clear() override

Reimplements: llarp::routing::IMessage::Clear

function HandleMessage

virtual bool HandleMessage(
    IMessageHandler * h,
    AbstractRouter * r
) const override

Reimplements: llarp::routing::IMessage::HandleMessage

Public Attributes Documentation

variable T

uint64_t T = 0;

variable L

uint64_t L = 0;

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