aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-02 09:49:30 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-02 09:49:30 +0100
commit632975284d4f4b5b0e3593ea2be0af7d17c596de (patch)
treea9d38eb37ae7745b98ea184181d0929a4a17fbd8
parent583210b8d288593a32da19271c1935271b3e108b (diff)
downloadlsd0001-632975284d4f4b5b0e3593ea2be0af7d17c596de.tar.gz
lsd0001-632975284d4f4b5b0e3593ea2be0af7d17c596de.zip
avoid defining recursive by saying not iterative
-rw-r--r--draft-schanzen-gns.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 04db783..8e08de7 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1786,8 +1786,7 @@ q := SHA-512 (ZKDF-Public(zk, label))
1786 <t> 1786 <t>
1787 Names in GNS are resolved by recursively querying the record storage. 1787 Names in GNS are resolved by recursively querying the record storage.
1788 Recursive in this context means that a resolver does not provide 1788 Recursive in this context means that a resolver does not provide
1789 iterative results for a query. 1789 intermediate results for a query.
1790 <!--(as is the case with iterative DNS resolution). REMOVED -->
1791 Instead, it MUST respond to a resolution request with either the 1790 Instead, it MUST respond to a resolution request with either the
1792 requested resource record or an error message in case the resolution 1791 requested resource record or an error message in case the resolution
1793 fails. 1792 fails.