take long, but throughput has to be high).
- fixup iterator operating in no cache conditions (RD flag unset
after a CNAME).
+ - streamlined code for RD flag setting.
15 February 2008: Wouter
- added FreeBSD rc.d script to contrib.
iq->dnssec_expected = iter_indicates_dnssec(qstate->env, iq->dp,
iq->deleg_msg, iq->qchase.qclass);
- /* Reset the RD flag. If this is a query restart, then the RD
- * will have been turned off. */
- if(qstate->query_flags & BIT_RD)
- iq->chase_flags |= BIT_RD;
- else iq->chase_flags &= ~BIT_RD;
-
/* If the RD flag wasn't set, then we just finish with the
* cached referral as the response. */
- if(!(iq->chase_flags & BIT_RD)) {
+ if(!(qstate->query_flags & BIT_RD)) {
iq->response = iq->deleg_msg;
if(verbosity >= VERB_ALGO)
log_dns_msg("no RD requested, using delegation msg",