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/test
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
..
Catch2@81d52c4a5f
config Config file improvements (#1397) 4 years ago
crypto add conf.d directory for config overrides (#1410) 4 years ago
dht
dns LNS (#1342) 4 years ago
exit add conf.d directory for config overrides (#1410) 4 years ago
hive add conf.d directory for config overrides (#1410) 4 years ago
iwp proper route poking (#1330) 4 years ago
net
nodedb
path
peerstats fix serialize order of dict in peer stats and make the unit tests match this change 4 years ago
regress add conf.d directory for config overrides (#1410) 4 years ago
router
routing
service Support [dns] no-resolvconf option (ignored by lokinet) for deb compatibility (#1362) 4 years ago
util Remove gcc-5 workaround (#1360) 4 years ago
win32
CMakeLists.txt New RC format (#1368) 4 years ago
check_main.cpp
llarp_test.cpp
llarp_test.hpp
main.cpp
test_llarp_encrypted_frame.cpp
test_llarp_router_contact.cpp New RC format (#1368) 4 years ago
test_util.cpp
test_util.hpp