mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Decrease dp attempts at each QNAME minimisation iteration
git-svn-id: file:///svn/unbound/trunk@3796 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
61b9ea24a8
commit
dfe52a0de5
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
16 June 2016: Ralph
|
||||||
|
- Decrease dp attempts at each QNAME minimisation iteration
|
||||||
|
|
||||||
16 June 2016: Wouter
|
16 June 2016: Wouter
|
||||||
- Fix tcp timeouts in tv.usec.
|
- Fix tcp timeouts in tv.usec.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2026,6 +2026,8 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
|
||||||
iq->minimise_count++;
|
iq->minimise_count++;
|
||||||
iq->minimise_timeout_count = 0;
|
iq->minimise_timeout_count = 0;
|
||||||
|
|
||||||
|
iter_dec_attempts(iq->dp, 1);
|
||||||
|
|
||||||
/* Limit number of iterations for QNAMEs with more
|
/* Limit number of iterations for QNAMEs with more
|
||||||
* than MAX_MINIMISE_COUNT labels. Send first MINIMISE_ONE_LAB
|
* than MAX_MINIMISE_COUNT labels. Send first MINIMISE_ONE_LAB
|
||||||
* labels of QNAME always individually.
|
* labels of QNAME always individually.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue