commit 632975284d4f4b5b0e3593ea2be0af7d17c596de
parent 583210b8d288593a32da19271c1935271b3e108b
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 2 Feb 2022 09:49:30 +0100
avoid defining recursive by saying not iterative
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1786,8 +1786,7 @@ q := SHA-512 (ZKDF-Public(zk, label))
<t>
Names in GNS are resolved by recursively querying the record storage.
Recursive in this context means that a resolver does not provide
- iterative results for a query.
- <!--(as is the case with iterative DNS resolution). REMOVED -->
+ intermediate results for a query.
Instead, it MUST respond to a resolution request with either the
requested resource record or an error message in case the resolution
fails.