Skip to content
Snippets Groups Projects
Unverified Commit 9404a4d0 authored by Simon Désaulniers's avatar Simon Désaulniers
Browse files

dht: make reannounce margin bigger, safer

Reannouncing margin going from 5 seconds to 10 seconds.
parent 86fea491
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ private:
/* Timeout for listen */
static constexpr std::chrono::seconds LISTEN_EXPIRE_TIME {30};
static constexpr std::chrono::seconds REANNOUNCE_MARGIN {5};
static constexpr std::chrono::seconds REANNOUNCE_MARGIN {10};
static constexpr size_t TOKEN_SIZE {64};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment