You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/pybind/llarp
Jeff 12eb32a816
add conf.d directory for config overrides (#1410)
* add conf.d directory for config overrides

* refactor llarp::Config

* add explicit constructor with datadir as parameter
* have all config files be passed as std::optional
* make Config::LoadDefault private and use std::optional in Config::Load to remove ambiguity
* update rest of codebase to reflect above changes

* fix pybind

* rename bootstrap config skipBootstrap to seednode as it's more descriptive
* make seednode configurable
* make pybind layer compile
* make pybind layer run
4 years ago
..
crypto
dht
handlers order packets when writing to network interface (#1372) 4 years ago
path
service
tooling Config file improvements (#1397) 4 years ago
config.cpp add conf.d directory for config overrides (#1410) 4 years ago
context.cpp Prevent pybind from deleting HiveRouter pointers 4 years ago
logger.cpp
peerstats.cpp Peek at peer stats db in test_peer_stats 4 years ago
router.cpp Use HiveContext and HiveRouter properly 4 years ago
router_contact.cpp
router_id.cpp Peek at peer stats db in test_peer_stats 4 years ago