gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0004] branch master updated: add block evaluations


From: gnunet
Subject: [lsd0004] branch master updated: add block evaluations
Date: Sat, 25 Dec 2021 13:03:33 +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 e9e07b0  add block evaluations
e9e07b0 is described below

commit e9e07b0449f9ad9ece320830ef546df52e05dbe8
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 25 13:03:29 2021 +0100

    add block evaluations
---
 draft-schanzen-r5n.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 8a818da..bbfbf5e 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -260,6 +260,30 @@ PUT(key[, options], BLOCK)
    </section>
    <section anchor="blockstorage" numbered="true" toc="default">
      <name>Block Storage</name>
+     <section>
+       <name>Block Processing</name>
+       <dl>
+         <dt>OK_MORE</dt>
+         <dd>Valid result, and there may be more.</dd>
+         <dt>OK_LAST</dt>
+         <dd>Last possible valid result.</dd>
+         <dt>OK_DUPLICATE</dt>
+         <dd>Valid result, but duplicate.</dd>
+         <dt>RESULT_INVALID</dt>
+         <dd>Invalid result. Block does not match query. Value = 4.</dd>
+         <dt>RESULT_IRRELEVANT</dt>
+         <dd>Block does not match xquery. Valid result, but not relevant for 
the request.</dd>
+         <dt>REQUEST_VALID</dt>
+         <dd>Query is valid, no reply given.</dd>
+         <dt>REQUEST_INVALID</dt>
+         <dd>
+           Query format does not match block type. For example, xquery not
+           given or xquery_size not appropriate for type.
+         </dd>
+         <dt>TYPE_NOT_SUPPORTED</dt>
+         <dd>Specified block type not supported by this implementation. FIXME: 
We may not need this for the spec.</dd>
+       </dl>
+     </section>
      <section>
        <name>Block Types</name>
        <t>

-- 
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]