gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 143/164: Added some comments


From: gnunet
Subject: [gnunet] 143/164: Added some comments
Date: Fri, 30 Jul 2021 15:33:29 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit b2752b899297408caa3ea8860c283708dfc1e4b0
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Thu Jun 10 00:39:54 2021 +0200

    Added some comments
---
 src/setu/gnunet-service-setu.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index a45531684..fa717f2c4 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1163,11 +1163,12 @@ check_valid_phase (const uint8_t allowed_phases[], 
size_t size_phases, struct
 
 /**
  * Function to update, track and validate message received in differential
- * sync
- * @param hash_map
- * @param new_mcfs
- * @param hash_code
- * @param mt
+ * sync. This function tracks states of messages and check it against different
+ * constraints as described in Summermatter's BSc Thesis (2021)
+ * @param hash_map: Hashmap to store message control flow
+ * @param new_mcfs: The new message control flow state an given message type 
should be set to
+ * @param hash_code: Hash code of the element
+ * @param mt: The message type for which the message control flow state should 
be set
  * @return GNUNET_YES message is valid in message control flow GNUNET_NO when 
message is not valid
  * at this point in message flow
  */

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