diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-12-24 15:11:37 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-12-24 15:11:37 +0900 |
commit | 9456947a989d407444884be050ef4be31346ccb9 (patch) | |
tree | 2a57c865ee1485be5cf2ca63b004ff0cfa4dc934 | |
parent | a30b12ede79e38375d6a20ae24b02a991e05aecf (diff) |
More on blocks in overview
-rw-r--r-- | draft-schanzen-r5n.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index 51a0ca3..788dfc9 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml @@ -190,11 +190,11 @@ It includes logic for enforcing storage quotas, caching strategies and data validation. </dd> - <dt>Block-Type:</dt> + <dt>Block-Type</dt> <dd> A unique 32-bit value identifying the data format of a <tt>Block</tt>. - Block-Types are either private or allocated by GANA (see - <xref target="gana"/>). + Block-Types are either private or registered in the GANA block type registry (see + <xref target="gana_block_type"/>). </dd> <dt>Initiator</dt> <dd> @@ -301,7 +301,7 @@ It also serves as a set of requirements of possible transport mechanisms that can be used to implement R<sup>5</sup>N with. That being said, common transport protocols such as TCP/IP or UDP/IP and their - interfaces are suitable R<sup>5N</sup> underlays used by existing + interfaces are suitable R<sup>5</sup>N underlays used by existing implementations. </t> <!-- consider moving some of this back into sec considerations --> @@ -327,6 +327,10 @@ implementation are divided into routing (<xref target="routing"/>), message processing (<xref target="p2p_messages"/>) and block processing (<xref target="blockstorage"/>). + Applications that require application-specific block payloads are expected to + register a block type in the GANA block type registry (<xref target="gana_block_type"/>) + and provide a specification of the associated block operations (<xref target="block_functions"/>). + to implementors of R<sup>5</sup>N. <xref target="figure_r5n_arch"/> illustrates the architectural overview of R<sup>5</sup>N. </t> |