[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lsd0004] branch master updated: -improve language
From: |
gnunet |
Subject: |
[lsd0004] branch master updated: -improve language |
Date: |
Sat, 13 Jul 2024 16:06:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository lsd0004.
The following commit(s) were added to refs/heads/master by this push:
new 4fafe91 -improve language
4fafe91 is described below
commit 4fafe91f72a6514fbd9ffa2d9c3b6b3b2bc46315
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 13 16:06:28 2024 +0200
-improve language
---
draft-schanzen-r5n.xml | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 8cf874c..9ed5000 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -2490,20 +2490,25 @@ BEGIN
also be impossible due to lack of storage capacity.
</t>
<t>
- Applications can and should define their own block types.
The block type determines the format and handling of the block
- payload by peers in <tt>PutMessages</tt> and <tt>ResultMessages</tt>.
- Block types <bcp14>MUST</bcp14> be registered with GANA
- (see <xref target="gana_block_type"/>).
+ payload by peers in <tt>PutMessages</tt> and
+ <tt>ResultMessages</tt>. Applications can and should define
+ their own block types. Block types <bcp14>MUST</bcp14> be
+ registered with GANA (see <xref target="gana_block_type"/>).
+ Especially when new block types are introduced, some peers
+ <bcp14>MAY</bcp14> lack support for the respective block
+ operations.
</t>
<t>
</t>
<section anchor="block_functions">
<name>Block Operations</name>
<t>
- Block validation may be necessary for all types of DHT
- messages. To enable these validations, any block type
- specification <bcp14>MUST</bcp14> define the following functions:
+ Block validation operations are used as part of message
+ processing (see <xref target="p2p_messages"/>) for all
+ types of DHT messages. To enable these validation
+ operations, any block type specification
+ <bcp14>MUST</bcp14> define the following functions:
</t>
<dl>
<dt>ValidateBlockQuery(Key, XQuery)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lsd0004] branch master updated: -improve language,
gnunet <=