summaryrefslogtreecommitdiffstats
path: root/lib/resolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/resolve.h')
-rw-r--r--lib/resolve.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/resolve.h b/lib/resolve.h
index 5fc66541..443fef29 100644
--- a/lib/resolve.h
+++ b/lib/resolve.h
@@ -163,6 +163,9 @@ struct kr_context
trie_t *trust_anchors;
trie_t *negative_anchors;
+ /** Validator's limit on the number of cryptographic steps for a single upstream packet. */
+ int32_t vld_limit_crypto;
+
struct kr_zonecut root_hints;
struct kr_cache cache;
unsigned cache_rtt_tout_retry_interval;