llarp::routing::InboundMessageParser
Public Functions
| Name | |
|---|---|
| InboundMessageParser() | |
| ~InboundMessageParser() | |
| bool | ParseMessageBuffer(const llarp_buffer_t & buf, IMessageHandler * handler, const PathID_t & from, AbstractRouter * r) |
| bool | operator()(llarp_buffer_t * buffer, llarp_buffer_t * key) |
Public Functions Documentation
function InboundMessageParser
InboundMessageParser()
function ~InboundMessageParser
~InboundMessageParser()
function ParseMessageBuffer
bool ParseMessageBuffer(
const llarp_buffer_t & buf,
IMessageHandler * handler,
const PathID_t & from,
AbstractRouter * r
)
function operator()
bool operator()(
llarp_buffer_t * buffer,
llarp_buffer_t * key
)
Updated on 2026-01-10 at 22:49:45 +0000