From: Grigorii Demidov Date: Fri, 7 Dec 2018 14:18:43 +0000 (+0100) Subject: lib/nsrep: lower default value for the time interval after which timeouted NS will... X-Git-Tag: v3.2.0~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca53e631a27f57f8da75811f22ebc96c837322c;p=thirdparty%2Fknot-resolver.git lib/nsrep: lower default value for the time interval after which timeouted NS will be reprobed --- diff --git a/lib/nsrep.h b/lib/nsrep.h index 62996f7f7..cc35ca4b3 100644 --- a/lib/nsrep.h +++ b/lib/nsrep.h @@ -48,8 +48,8 @@ enum kr_ns_score { #define KR_NS_FWD_DEAD (((KR_NS_FWD_TIMEOUT * 4) + 3) / 3) /** If once NS was marked as "timeouted", it won't participate in NS elections - * at least KR_NS_TIMEOUT_RETRY_INTERVAL milliseconds (now: one minute). */ -#define KR_NS_TIMEOUT_RETRY_INTERVAL 60000 + * at least KR_NS_TIMEOUT_RETRY_INTERVAL milliseconds (now: one second). */ +#define KR_NS_TIMEOUT_RETRY_INTERVAL 1000 /** * NS QoS flags.