Skip to content
Snippets Groups Projects
Commit 564e97fc authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dht: use 4 listen nodes

parent 172b1089
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment