From b94335f115fdf3801b1a423cfb063f8ba1b7e81a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 11 Nov 2015 11:07:08 -0800 Subject: Increase WHOIS retry delay slightly to allow for global cluster latency (e.g. 300+ms from New York to Johhannesburg) --- README.md | 2 +- node/Constants.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00efed36..123fbf01 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ On Mac the best way is to install [Packages](http://s.sudre.free.fr/Software/Pac This builds a .pkg file that can be installed. -BSD has no installer yet. We're working on it. +In FreeBSD there is now an official .pkg in the FreeBSD repository. Type "pkg install zerotier". It can also be built and installed from source. Linux/BSD and Mac installations have an *uninstall.sh* file in their ZeroTier home folder that cleanly removes ZeroTier One from the system. Run this with: diff --git a/node/Constants.hpp b/node/Constants.hpp index 552688a6..65ed108a 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -199,7 +199,7 @@ /** * Delay between WHOIS retries in ms */ -#define ZT_WHOIS_RETRY_DELAY 500 +#define ZT_WHOIS_RETRY_DELAY 1000 /** * Maximum identity WHOIS retries (each attempt tries consulting a different peer) -- cgit v1.2.3