summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/libunbound/iterator/iterator.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-08-29 08:22:41 +0000
committerflorian <florian@openbsd.org>2020-08-29 08:22:41 +0000
commite47fef9e1b1660e28e09dda4a57a64dad989282f (patch)
treeeb22c67a05a3cb63025320e602aceaf028e38f8e /sbin/unwind/libunbound/iterator/iterator.h
parenttypo; pointed out by Matthias (mpfr AT fn.de), thanks! (diff)
downloadwireguard-openbsd-e47fef9e1b1660e28e09dda4a57a64dad989282f.tar.xz
wireguard-openbsd-e47fef9e1b1660e28e09dda4a57a64dad989282f.zip
sync to libunbound-1.11.0
all heavy lifting done by sthen in unbound testing benno
Diffstat (limited to 'sbin/unwind/libunbound/iterator/iterator.h')
-rw-r--r--sbin/unwind/libunbound/iterator/iterator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/unwind/libunbound/iterator/iterator.h b/sbin/unwind/libunbound/iterator/iterator.h
index 53dcab3b18b..342ac207e82 100644
--- a/sbin/unwind/libunbound/iterator/iterator.h
+++ b/sbin/unwind/libunbound/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;