diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-02-17 22:47:14 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-02-17 22:47:14 +0000 |
commit | 3574dc0bd83e731bba79edc130c0569bf05f7af5 (patch) | |
tree | 0815a1fbcd844efe87c2536cb869f173cfdee16c /iterator/iterator.h | |
parent | 9b87431a326169e72d5ca55670cb3c95205aa350 (diff) |
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r-- | iterator/iterator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h index a9e58569fcf3..8b840528d9d9 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -80,7 +80,7 @@ struct rbtree_type; /** * number of labels from QNAME that are always send individually when using * QNAME minimisation, even when the number of labels of the QNAME is bigger - * tham MAX_MINIMISE_COUNT */ + * than MAX_MINIMISE_COUNT */ #define MINIMISE_ONE_LAB 4 #define MINIMISE_MULTIPLE_LABS (MAX_MINIMISE_COUNT - MINIMISE_ONE_LAB) /** at what query-sent-count to stop target fetch policy */ @@ -379,7 +379,7 @@ struct iter_qstate { /** list of pending queries to authoritative servers. */ struct outbound_list outlist; - /** QNAME minimisation state, RFC7816 */ + /** QNAME minimisation state, RFC9156 */ enum minimisation_state minimisation_state; /** State for capsfail: QNAME minimisation state for comparisons. */ |