llarp::exit::Endpoint::UpstreamBuffer
Public Functions
| Name | |
|---|---|
| UpstreamBuffer(llarp::net::IPPacket p, uint64_t c) | |
| bool | operator<(const UpstreamBuffer & other) const |
Public Attributes
| Name | |
|---|---|
| llarp::net::IPPacket | pkt |
| uint64_t | counter |
Public Functions Documentation
function UpstreamBuffer
inline UpstreamBuffer(
llarp::net::IPPacket p,
uint64_t c
)
function operator<
inline bool operator<(
const UpstreamBuffer & other
) const
Public Attributes Documentation
variable pkt
llarp::net::IPPacket pkt;
variable counter
uint64_t counter;
Updated on 2026-01-10 at 22:49:45 +0000