aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-20 20:48:04 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-20 20:48:04 +0100
commitb9ca4a223fef0111db454ba39470d3d2aed6fb9c (patch)
treef28e55982aa4d5cb18a7db6061c3d6fa1e05916a
parent746e22a17f1e8779b08ae998d6c92f303e7e5a58 (diff)
downloadlsd0001-b9ca4a223fef0111db454ba39470d3d2aed6fb9c.tar.gz
lsd0001-b9ca4a223fef0111db454ba39470d3d2aed6fb9c.zip
clarify nick and supplemental processing
-rw-r--r--draft-schanzen-gns.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index d1bbc15..4864182 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -2031,12 +2031,15 @@ example.com = zTLD2 := Base32GNS(ztype2||zk2)
2031 <li> 2031 <li>
2032 Case 5: 2032 Case 5:
2033 If the remainder of the name to resolve is empty 2033 If the remainder of the name to resolve is empty
2034 the record set (including supplemental records) 2034 the record set is the final result.
2035 is the final result and the recursion is concluded. 2035 If any NICK records are in the final result set, it MUST be
2036 processed according to <xref target="nick_processing" />.
2037 Otherwise, the final result set is returned.
2036 </li> 2038 </li>
2037 <li> 2039 <li>
2038 Otherwise, resolution fails and the resolver MUST return an empty record set. 2040 Finally, if none of the above is applicable resolution fails and the
2039 </li> 2041 resolver MUST return an empty record set.
2042 </li>
2040 </ul> 2043 </ul>
2041 <section anchor="redirect_processing" numbered="true" toc="default"> 2044 <section anchor="redirect_processing" numbered="true" toc="default">
2042 <name>REDIRECT</name> 2045 <name>REDIRECT</name>