gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 128/164: Added some more comment


From: gnunet
Subject: [gnunet] 128/164: Added some more comment
Date: Fri, 30 Jul 2021 15:33:14 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit b2255378997312870ffbd5f74258d92615f13b31
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Mon May 31 00:00:20 2021 +0200

    Added some more comment
---
 src/setu/gnunet-service-setu.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 672f67069..4b8af2a22 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -54,6 +54,7 @@
 
 /**
  * Primes for all 4 different strata estimators 61,67,71,73,79,83,89,97 348
+ * Based on the bsc thesis of Elias Summermatter (2021)
  */
 #define SE_IBFS_TOTAL_SIZE 632
 
@@ -83,11 +84,13 @@
 
 /**
  * Minimal size of an ibf
+ * Based on the bsc thesis of Elias Summermatter (2021)
  */
 #define IBF_MIN_SIZE 37
 
 /**
  * AVG RTT for differential sync when k=2 and Factor = 2
+ * Based on the bsc thesis of Elias Summermatter (2021)
  */
 #define DIFFERENTIAL_RTT_MEAN 3.65145
 

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