llarp::BootstrapConfig
Public Functions
| Name | |
|---|---|
| void | defineConfigOptions(ConfigDefinition & conf, const ConfigGenParameters & params) |
Public Attributes
| Name | |
|---|---|
| std::vector< fs::path > | files |
| BootstrapList | routers |
| bool | seednode |
Public Functions Documentation
function defineConfigOptions
void defineConfigOptions(
ConfigDefinition & conf,
const ConfigGenParameters & params
)
Public Attributes Documentation
variable files
std::vector< fs::path > files;
variable routers
BootstrapList routers;
variable seednode
bool seednode;
Updated on 2026-01-10 at 22:49:45 +0000