llarp::exit::Policy

Public Functions

Name
bool BDecode(llarp_buffer_t * buf)
bool DecodeKey(const llarp_buffer_t & k, llarp_buffer_t * val)
bool BEncode(llarp_buffer_t * buf) const

Public Attributes

Name
uint64_t proto
uint64_t port
uint64_t drop
uint64_t version

Public Functions Documentation

function BDecode

inline bool BDecode(
    llarp_buffer_t * buf
)

function DecodeKey

bool DecodeKey(
    const llarp_buffer_t & k,
    llarp_buffer_t * val
)

function BEncode

bool BEncode(
    llarp_buffer_t * buf
) const

Public Attributes Documentation

variable proto

uint64_t proto = 0;

variable port

uint64_t port = 0;

variable drop

uint64_t drop = 0;

variable version

uint64_t version = llarp::constants::proto_version;

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