diff options
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r-- | iterator/iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h index 57cb7c4c474e0..a2f1b5705e707 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -83,7 +83,7 @@ struct rbtree_type; /** how nice is a server without further information, in msec * Equals rtt initial timeout value. */ -#define UNKNOWN_SERVER_NICENESS 376 +extern int UNKNOWN_SERVER_NICENESS; /** maximum timeout before a host is deemed unsuitable, in msec. * After host_ttl this will be timed out and the host will be tried again. * Equals RTT_MAX_TIMEOUT |