From c64c9093f2701169fd4cfacddc840eb779f78bbb Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 14 Sep 2020 18:19:17 -0400 Subject: [PATCH] make endpoints reachable by default (#1344) --- llarp/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/config/config.cpp b/llarp/config/config.cpp index 251d78815..e33a7c568 100644 --- a/llarp/config/config.cpp +++ b/llarp/config/config.cpp @@ -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;