From f9230eb97077f628186f8966190b2237fa4ff5d5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 10 Feb 2016 16:18:45 -0800 Subject: Widen max delta for TS/revision just a bit more for now. --- node/CertificateOfMembership.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/CertificateOfMembership.hpp b/node/CertificateOfMembership.hpp index 44d892e7..9a279883 100644 --- a/node/CertificateOfMembership.hpp +++ b/node/CertificateOfMembership.hpp @@ -37,11 +37,11 @@ * Default window of time for certificate agreement * * Right now we use time for 'revision' so this is the maximum time divergence - * between two certs for them to agree. It comes out to three minutes, which + * between two certs for them to agree. It comes out to five minutes, which * gives a lot of margin for error if the controller hiccups or its clock * drifts but causes de-authorized peers to fall off fast enough. */ -#define ZT_NETWORK_COM_DEFAULT_REVISION_MAX_DELTA (ZT_NETWORK_AUTOCONF_DELAY * 3) +#define ZT_NETWORK_COM_DEFAULT_REVISION_MAX_DELTA (ZT_NETWORK_AUTOCONF_DELAY * 5) namespace ZeroTier { -- cgit v1.2.3