make endpoints reachable by default (#1344)

pull/1348/head
Jeff 4 years ago committed by GitHub
parent dfd8df5e7f
commit c64c9093f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,7 +145,7 @@ namespace llarp
(void)params;
constexpr bool DefaultProfilingValue = true;
static constexpr bool ReachableDefault = false;
static constexpr bool ReachableDefault = true;
static constexpr int HopsDefault = 4;
static constexpr int PathsDefault = 6;

Loading…
Cancel
Save