llarp::OutboundMessageHandler::MessageQueueEntry
Public Functions
|
Name |
| bool |
operator>(const MessageQueueEntry & other) const |
Public Attributes
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;
SendStatusHandler inform;
variable pathid
PathID_t pathid;
variable router
RouterID router;
Updated on 2026-01-10 at 22:49:45 +0000