llarp::iwp::Hasher::HashedMessage

Public Functions

Name
const byte_t * data() const
size_t size() const
bool operator<(const HashedMessage & other) const

Public Attributes

Name
OutboundMessage msg
std::weak_ptr< Session > session

Public Functions Documentation

function data

inline const byte_t * data() const

function size

inline size_t size() const

function operator<

inline bool operator<(
    const HashedMessage & other
) const

Public Attributes Documentation

variable msg

OutboundMessage msg;

variable session

std::weak_ptr< Session > session;

Updated on 2026-04-01 at 23:35:40 +0000