llarp::LinksConfig
Public Functions
Public Attributes
Public Functions Documentation
function defineConfigOptions
void defineConfigOptions(
ConfigDefinition & conf,
const ConfigGenParameters & params
)
Public Attributes Documentation
variable PublicAddress
std::optional< net::ipaddr_t > PublicAddress;
variable PublicPort
std::optional< net::port_t > PublicPort;
variable OutboundLinks
std::vector< SockAddr > OutboundLinks;
variable InboundListenAddrs
std::vector< SockAddr > InboundListenAddrs;
Updated on 2026-01-10 at 22:49:45 +0000