gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] branch master updated: Clarify /:msg:dht:client:get:stop


From: gnunet
Subject: [gnunet-scheme] branch master updated: Clarify /:msg:dht:client:get:stop documentation.
Date: Fri, 11 Feb 2022 20:46:48 +0100

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

The following commit(s) were added to refs/heads/master by this push:
     new e97825d  Clarify /:msg:dht:client:get:stop documentation.
e97825d is described below

commit e97825dead8e32b21ce06483f82592e8cef8a31b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Feb 11 19:46:07 2022 +0000

    Clarify /:msg:dht:client:get:stop documentation.
    
    * gnu/gnunet/dht/struct.scm (/:msg:dht:client:get:stop): Rewrite
      synopsi.  Remove redundant 'header' synopsis.
---
 gnu/gnunet/dht/struct.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/gnunet/dht/struct.scm b/gnu/gnunet/dht/struct.scm
index 529d68f..f516f15 100644
--- a/gnu/gnunet/dht/struct.scm
+++ b/gnu/gnunet/dht/struct.scm
@@ -65,18 +65,17 @@ path element.")) ;; C GNUnet says somethin about a 
non-existent ‘succ’ field
 
     (define-type /:msg:dht:client:get:stop
       (structure/packed
-       (synopsis "Message indicating the DHT should cancel outstanding requests
-and discard any state.")
+       (synopsis "Message sent from the client to the DHT service to cancel
+an outstanding get request, allowing freeing resources.")
        (properties '((message-symbol msg:dht:client:get:stop)
                     (c-type . GNUNET_DHT_ClientGetStopMessage)))
-       (field (header /:message-header)
-             (synopsis "Type: msg:dht:client:get:stop"))
+       (field (header /:message-header))
        (field (reserved u32/big)
-             (synopsis "Always zero"))
+             (synopsis "Currently always zero"))
        (field (unique-id u64/big)
-             (synopsis "Unique ID identifying this request"))
+             (synopsis "Unique ID identifying the get request"))
        (field (key /hashcode:512)
-             (synopsis "Key of this request"))))
+             (synopsis "Key of the get request"))))
 
     ;; Possibly followed by xquery.
     (define-type /:msg:dht:client:get

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