gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 138/164: Fixed one more


From: gnunet
Subject: [gnunet] 138/164: Fixed one more
Date: Fri, 30 Jul 2021 15:33:24 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 61ff1e7063e2a9c2cb2a69e88b885c80419c3220
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Tue Jun 8 07:55:59 2021 +0200

    Fixed one more
---
 src/setu/gnunet-service-setu.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 818fe91c9..e7daac5e4 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1073,8 +1073,7 @@ estimate_best_mode_of_operation (uint64_t 
avg_element_size,
   {
     ibf_bucket_count = IBF_MIN_SIZE;
   }
-
-  uint64_t ibf_message_count = ceil ((float) ibf_bucket_count
+  uint64_t ibf_message_count = ceil ( ((float) ibf_bucket_count)
                                      / MAX_BUCKETS_PER_MESSAGE);
 
   uint64_t estimated_counter_size = ceil (

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