llarp::routing::DataDiscardMessage

Inherits from llarp::routing::IMessage

Public Functions

Name
DataDiscardMessage() =default
DataDiscardMessage(const PathID_t & dst, uint64_t s)
virtual void Clear() override
virtual bool HandleMessage(IMessageHandler * h, AbstractRouter * r) const override
virtual bool DecodeKey(const llarp_buffer_t & k, llarp_buffer_t * buf) override
virtual bool BEncode(llarp_buffer_t * buf) const override

Public Attributes

Name
PathID_t P

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 DataDiscardMessage

DataDiscardMessage() =default

function DataDiscardMessage

inline DataDiscardMessage(
    const PathID_t & dst,
    uint64_t s
)

function Clear

inline virtual void Clear() override

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

function HandleMessage

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

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

function DecodeKey

inline virtual bool DecodeKey(
    const llarp_buffer_t & k,
    llarp_buffer_t * buf
) override

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

function BEncode

inline virtual bool BEncode(
    llarp_buffer_t * buf
) const override

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

Public Attributes Documentation

variable P

PathID_t P;

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