mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
Remove unused define from iterator.h
git-svn-id: file:///svn/unbound/trunk@3142 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c3153f964e
commit
1a6515778d
2 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue