aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/util/rtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/util/rtt.h')
-rw-r--r--contrib/unbound/util/rtt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/util/rtt.h b/contrib/unbound/util/rtt.h
index 07e65ee1d3d1..63ed8eadb9df 100644
--- a/contrib/unbound/util/rtt.h
+++ b/contrib/unbound/util/rtt.h
@@ -58,7 +58,7 @@ struct rtt_info {
/** min retransmit timeout value, in milliseconds */
extern int RTT_MIN_TIMEOUT;
/** max retransmit timeout value, in milliseconds */
-#define RTT_MAX_TIMEOUT 120000
+extern int RTT_MAX_TIMEOUT;
/**
* Initialize RTT estimators.