commit b9ca4a223fef0111db454ba39470d3d2aed6fb9c parent 746e22a17f1e8779b08ae998d6c92f303e7e5a58 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sun, 20 Feb 2022 20:48:04 +0100 clarify nick and supplemental processing Diffstat:
| M | draft-schanzen-gns.xml | | | 11 | +++++++---- |
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -2031,12 +2031,15 @@ example.com = zTLD2 := Base32GNS(ztype2||zk2) <li> Case 5: If the remainder of the name to resolve is empty - the record set (including supplemental records) - is the final result and the recursion is concluded. + the record set is the final result. + If any NICK records are in the final result set, it MUST be + processed according to <xref target="nick_processing" />. + Otherwise, the final result set is returned. </li> <li> - Otherwise, resolution fails and the resolver MUST return an empty record set. - </li> + Finally, if none of the above is applicable resolution fails and the + resolver MUST return an empty record set. + </li> </ul> <section anchor="redirect_processing" numbered="true" toc="default"> <name>REDIRECT</name>