]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Remove unused define from iterator.h
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jun 2014 10:03:21 +0000 (10:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jun 2014 10:03:21 +0000 (10:03 +0000)
git-svn-id: file:///svn/unbound/trunk@3142 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iterator.h

index eb6665adc4abe8c0a72270e0d65c0e7c38bcd381..33e6cdaa1754a0c58354f1f5ae650ffc457483a1 100644 (file)
@@ -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.
 
index 8b6171e2816c06e4ba91b12c0932701db397f633..fc3d7285ae5d7294b3429655d65001b7375682db 100644 (file)
@@ -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.