diff options
Diffstat (limited to 'contrib/unbound/util/rtt.h')
-rw-r--r-- | contrib/unbound/util/rtt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/util/rtt.h b/contrib/unbound/util/rtt.h index 57e904d..d6da986 100644 --- a/contrib/unbound/util/rtt.h +++ b/contrib/unbound/util/rtt.h @@ -56,7 +56,7 @@ struct rtt_info { }; /** min retransmit timeout value, in milliseconds */ -#define RTT_MIN_TIMEOUT 50 +extern int RTT_MIN_TIMEOUT; /** max retransmit timeout value, in milliseconds */ #define RTT_MAX_TIMEOUT 120000 |