gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/06: cadet/struct: Clarify the relation between %minim


From: gnunet
Subject: [gnunet-scheme] 02/06: cadet/struct: Clarify the relation between %minimum-local-channel-id and GNUNET_CADET_LOCAL_CHANNEL_ID_CLI.
Date: Wed, 17 Aug 2022 16:01:55 +0200

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

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

commit a2a0db1bd69f2b1495928c1496b81e8f17d7b01e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Aug 16 18:27:13 2022 +0200

    cadet/struct: Clarify the relation between %minimum-local-channel-id and 
GNUNET_CADET_LOCAL_CHANNEL_ID_CLI.
    
    * gnu/gnunet/cadet/struct.scm
    (%minimum-local-channel-id,/client-channel-number): Tweak comments.
---
 gnu/gnunet/cadet/struct.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/gnunet/cadet/struct.scm b/gnu/gnunet/cadet/struct.scm
index 2e3902e..772d49d 100644
--- a/gnu/gnunet/cadet/struct.scm
+++ b/gnu/gnunet/cadet/struct.scm
@@ -37,13 +37,15 @@
                /hashcode:512))
   (begin
     ;; Minimum value for channel IDS of local clients.
+    ;; Corresponds to @code{GNUNET_CADET_LOCAL_CHANNEL_ID_CLI}
+    ;; in the C implementation.
     (define %minimum-local-channel-id #x80000000)
 
     ;; Number uniquely identifying a channel of a client.
     ;; Local channel numbers given by the service (incoming) are
-    ;; smaller than GNUNET_CADET_LOCAL_CHANNEL_ID_CLI.
+    ;; smaller than @code{%minimum-local-channel-id}.
     ;; Local channel numbers given by the client (created) are
-    ;; larger than GNUNET_CADET_LOCAL_CHANNEL_ID_CLI.
+    ;; larger than @code{%minimum-local-channel-id}.
     ;; TODO: are these strict inequalities?
     ;; TODO: make cadet.h more explicit.
     (define-type /client-channel-number u32/big)

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