gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0004] branch master updated: move processing options


From: gnunet
Subject: [lsd0004] branch master updated: move processing options
Date: Wed, 29 Dec 2021 12:44:56 +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 9b6f4c2  move processing options
9b6f4c2 is described below

commit 9b6f4c2dd2faf637acc225eb17dbe1bb870310bd
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Dec 29 12:44:50 2021 +0100

    move processing options
---
 draft-schanzen-r5n.xml | 49 ++++++++++++++++++++-----------------------------
 1 file changed, 20 insertions(+), 29 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index f8c1294..1ff1e4a 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -234,8 +234,27 @@ GET(key[, options], callbackFunction)
        <t>
          The procedure takes two arguments. The first argument is the query
          key and is mandatory. The GET procedure may also allow the caller
-         to specifiy query options.
+         to specifiy <tt>RouteOptions</tt> in order to indicate certain
+         processing requirements for messages.
+         Any combination of options may be specificied.
        </t>
+       <dl>
+         <dt>DemultiplexEverywhere</dt>
+         <dd>
+           indicates that each peer along the way should process the request.
+         </dd>
+         <dt>RecordRoute</dt>
+         <dd>
+           indicates to keep track of the route that the message takes
+           in the P2P network.
+         </dd>
+         <dt>FindPeer</dt>
+         <dd>
+           indicates that this is a request used to find additional peers.
+           This is a special flag which modifies the message processing to
+           allow approximate results.
+         </dd>
+       </dl>
        <t>
          The procedure either returns a list of results or allows the caller
          to provide a callback function which is called for any result
@@ -527,34 +546,6 @@ END
      </figure>
 
 
-      </section>
-      <section anchor="p2p_opts" numbered="true" toc="default">
-        <name>Processing options</name>
-        <t>
-          In order to indicate certain processing requirements for messages
-          a number of processing options may be specificied in the respective
-          field of the signalling messages.
-          The options field is 8 octets in length and each options is encoded
-          in a single bit.
-        </t>
-       <dl>
-         <dt>Demultiplex everywhere (0)</dt>
-         <dd>
-           Each peer along the way should process the request. Otherwise
-           only peers that are locally closest to the key and no longer in the
-           random path mode should process it.
-         </dd>
-         <dt>Record route (1)</dt>
-         <dd>
-           Indicates to keep track of the route that the message
-           took in the P2P network.
-         </dd>
-         <dt>Find peer (2)</dt>
-         <dd>
-           Indicates a 'FIND-PEER' request. Implies that approximate results 
are
-           acceptable.
-         </dd>
-       </dl>
       </section>
       <section anchor="p2p_xq" numbered="true" toc="default">
         <name>Extended query</name>

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