diff options
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r-- | iterator/iterator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h index 53dcab3b18b2b..342ac207e826b 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -398,8 +398,9 @@ struct iter_qstate { /** * Count number of time-outs. Used to prevent resolving failures when - * the QNAME minimisation QTYPE is blocked. */ - int minimise_timeout_count; + * the QNAME minimisation QTYPE is blocked. Used to determine if + * capsforid fallback should be started.*/ + int timeout_count; /** True if the current response is from auth_zone */ int auth_zone_response; |