llarp::OutboundMessageHandler::MessageQueueEntry

Public Functions

Name
bool operator>(const MessageQueueEntry & other) const

Public Attributes

Name
uint16_t priority
std::vector< byte_t > message
SendStatusHandler inform
PathID_t pathid
RouterID router

Public Functions Documentation

function operator>

inline bool operator>(
    const MessageQueueEntry & other
) const

Public Attributes Documentation

variable priority

uint16_t priority;

variable message

std::vector< byte_t > message;

variable inform

SendStatusHandler inform;

variable pathid

PathID_t pathid;

variable router

RouterID router;

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