gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0004] branch master updated: results


From: gnunet
Subject: [lsd0004] branch master updated: results
Date: Wed, 29 Dec 2021 12:04:38 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0004.

The following commit(s) were added to refs/heads/master by this push:
     new e53fb37  results
e53fb37 is described below

commit e53fb37978755338e2a79ca7dd69d1cd215481aa
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Dec 29 12:04:34 2021 +0100

    results
---
 draft-schanzen-r5n.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 5218e94..ac44aa0 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1007,25 +1007,25 @@ END
          Any block type implementation MUST implement the following functions.
        </t>
        <dl>
-         <dt>ValidateBlockQuery(Key, XQuery) -> QueryEvaluationResult</dt>
+         <dt>ValidateBlockQuery(Key, XQuery) -> RequestEvaluationResult</dt>
          <dd>
            is used to evaluate the request for a block. It is used as part of
            <tt>GetMessage</tt> processing, where the block payload is still 
unkown,
            but the block <tt>XQuery</tt> (FIXME: Undefined here) and 
<tt>Key</tt> can and
            MUST be verified, if possible.
          </dd>
-         <dt>ValidateBlockStoreRequest(PutMessage, Key) -> 
StoreRequestEvaluationResult</dt>
+         <dt>ValidateBlockStoreRequest(Block, Key) -> 
RequestEvaluationResult</dt>
          <dd>
            is used to evaluate a block including its key and payload.
            It is used as part of <tt>PutMessage</tt> processing.
            The validation MUST include a check of the block payload against the
            <tt>Key</tt> under which it is requested to be stored.
          </dd>
-         <dt>ValidateBlockReply(ResultMessage, XQuery, Key) -> 
ReplyEvaluationResult</dt>
+         <dt>ValidateBlockReply(Block, XQuery, Key) -> 
ReplyEvaluationResult</dt>
          <dd>
            is used to evaluate a block including its <tt>Key</tt> and payload.
            It is used as part <tt>ResultMessage</tt> processing.
-           The validation of a <tt>ResultMessage</tt> requires a pending local 
query
+           The validation of the respective <tt>Block</tt> requires a pending 
local query
            or a previously routed request of another peer and its associated
            XQuery data and Key.
            The validation MUST include a check of the block payload against the

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]