summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-26 11:18:03 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-26 11:18:03 +0900
commit05bb198f810dffaa41d0ba574998de482fa38b11 (patch)
treedfc9dcdc8cc2694916bc79c5cfe3b37389d6e493
parent88dcd3b02192a77f37f026d4a9ca6661bef19ef5 (diff)
Fix GANA for block types to include specifications.
-rw-r--r--draft-schanzen-r5n.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 8adcfae..08f1497 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1706,9 +1706,8 @@ BEGIN
filter because of a false-positive test.
</t>
<t>
- <!-- FIXME: then this should be part of the registration policy -->
How exactly a block result is added to a result filter
- <bcp14>MUST</bcp14> be specified as part of the definition of a block type.
+ is specified as part of the definition of a block type (cf. <xref target="hello_block"/>).
</t>
</section>
<section anchor="p2p_get_processing">
@@ -2619,20 +2618,21 @@ BEGIN
the block type (in UTF-8)</li>
<li>Contact: Optionally, the contact information of a person to contact for
further information</li>
- <li>References: Optionally, references describing the record type
- (such as an RFC)</li>
+ <li>References: Required, references (such as an RFC) specifying the block type and its block functions</li>
</ul>
<t>
The registration policy for this sub-registry is "First Come First
Served", as described in <xref target="RFC8126"/>.
GANA created the registry as follows:
</t>
+ <!-- FIXME changed GNS Reference to This.I-D because we either need to define it here
+ or in the GNS RFC. And I think here is better or in a separate document -MSC -->
<figure anchor="figure_btypenums" title="The Block Type Registry.">
<artwork name="" type="" align="left" alt=""><![CDATA[
Number| Name | References | Description
------+----------------+------------+-------------------------
0 ANY [This.I-D] Reserved
-11 GNS_NAMERECORD GNS Block for GNS records
+11 GNS_NAMERECORD [This.I-D] Block for GNS records
13 DHT_HELLO [This.I-D] Address data for a peer
Contact: r5n-registry@gnunet.org
]]></artwork>