llarp::exit::Policy
Public Functions
Public Attributes
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