From 564e97fce74a871b0118dc86dacbfb43bf51ad61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Tue, 24 May 2016 03:09:41 -0400
Subject: [PATCH] dht: use 4 listen nodes

---
 include/opendht/dht.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opendht/dht.h b/include/opendht/dht.h
index 8ee291e0..2d67deaa 100644
--- a/include/opendht/dht.h
+++ b/include/opendht/dht.h
@@ -263,7 +263,7 @@ private:
     static constexpr unsigned SEARCH_REQUESTS {4};
 
     /* Number of listening nodes */
-    static constexpr unsigned LISTEN_NODES {3};
+    static constexpr unsigned LISTEN_NODES {4};
 
     /* The maximum number of values we store for a given hash. */
     static constexpr unsigned MAX_VALUES {1024};
-- 
GitLab