From: Wouter Wijngaards Date: Mon, 2 Jun 2014 10:03:21 +0000 (+0000) Subject: Remove unused define from iterator.h X-Git-Tag: release-1.5.0rc1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6515778d3008681c8014b36694cb037a93dbc8;p=thirdparty%2Funbound.git Remove unused define from iterator.h git-svn-id: file:///svn/unbound/trunk@3142 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index eb6665adc..33e6cdaa1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 June 2014: Wouter + - Remove unused define from iterator.h + 30 May 2014: Wouter - Fixup sldns_enum_edns_option typedef definition. diff --git a/iterator/iterator.h b/iterator/iterator.h index 8b6171e28..fc3d7285a 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -69,10 +69,6 @@ struct iter_priv; * Equals RTT_MAX_TIMEOUT */ #define USEFUL_SERVER_TOP_TIMEOUT 120000 -/** Number of lost messages in a row that get a host blacklisted. - * With 16, a couple different queries have to time out and no working - * queries are happening */ -#define USEFUL_SERVER_MAX_LOST 16 /** number of retries on outgoing queries */ #define OUTBOUND_MSG_RETRY 5 /** RTT band, within this amount from the best, servers are chosen randomly.