From 828f1f82d7fb61b047eebf8e43357d4b0cc35056 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 29 Jan 2019 07:56:02 -0500 Subject: [PATCH] disable key rotation --- llarp/router/router.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/router/router.hpp b/llarp/router/router.hpp index 2aaa94229..c385e7aa7 100644 --- a/llarp/router/router.hpp +++ b/llarp/router/router.hpp @@ -439,7 +439,7 @@ namespace llarp std::atomic< bool > _running; bool - UpdateOurRC(bool rotateKeys = true); + UpdateOurRC(bool rotateKeys = false); template < typename Config > void