llarp::ExitInfo
deprecated don't use me , this is only for backwards compat
#include <exit_info.hpp>
Public Functions
| Name | |
|---|---|
| ExitInfo() =default | |
| bool | BEncode(llarp_buffer_t * buf) const |
| bool | BDecode(llarp_buffer_t * buf) |
| bool | DecodeKey(const llarp_buffer_t & k, llarp_buffer_t * buf) |
| std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| in6_addr | ipAddress |
| in6_addr | netmask |
| PubKey | pubkey |
| uint64_t | version |
Public Functions Documentation
function ExitInfo
ExitInfo() =default
function BEncode
bool BEncode(
llarp_buffer_t * buf
) const
function BDecode
inline bool BDecode(
llarp_buffer_t * buf
)
function DecodeKey
bool DecodeKey(
const llarp_buffer_t & k,
llarp_buffer_t * buf
)
function ToString
std::string ToString() const
Public Attributes Documentation
variable ipAddress
in6_addr ipAddress;
variable netmask
in6_addr netmask;
variable pubkey
PubKey pubkey;
variable version
uint64_t version = llarp::constants::proto_version;
Updated on 2026-01-10 at 22:49:45 +0000