gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 66/164: Simulation


From: gnunet
Subject: [gnunet] 66/164: Simulation
Date: Fri, 30 Jul 2021 15:32:12 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit ea862005bee98e3fc97c66ee3acaab922bce53d6
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Fri Apr 23 00:06:41 2021 +0200

    Simulation
---
 src/setu/gnunet-service-setu_strata_estimator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/setu/gnunet-service-setu_strata_estimator.c 
b/src/setu/gnunet-service-setu_strata_estimator.c
index d23759b8c..fe7590433 100644
--- a/src/setu/gnunet-service-setu_strata_estimator.c
+++ b/src/setu/gnunet-service-setu_strata_estimator.c
@@ -239,8 +239,8 @@ strata_estimator_difference (const struct StrataEstimator 
*se1,
                          NULL);
       if (GNUNET_NO == more)
       {
-        se1->strata[0]->local_decoded_count += diff->local_decoded_count * (1 
<< (i + 1));
-        se1->strata[0]->remote_decoded_count += diff->remote_decoded_count * 
(1 << (i + 1));
+        se1->strata[0]->local_decoded_count += diff->local_decoded_count ;
+        se1->strata[0]->remote_decoded_count += diff->remote_decoded_count;
         count += ibf_count;
         break;
       }

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