[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.
- [gnunet] 60/164: Simulation, (continued)
- [gnunet] 60/164: Simulation, gnunet, 2021/07/30
- [gnunet] 70/164: Rewritten dynamic counter, gnunet, 2021/07/30
- [gnunet] 76/164: Final performance check, gnunet, 2021/07/30
- [gnunet] 24/164: uncomented unused perf log file, gnunet, 2021/07/30
- [gnunet] 63/164: Simulation, gnunet, 2021/07/30
- [gnunet] 54/164: Simulation, gnunet, 2021/07/30
- [gnunet] 78/164: Added new algo to determine operation mode, gnunet, 2021/07/30
- [gnunet] 62/164: Simulation, gnunet, 2021/07/30
- [gnunet] 65/164: Simulation, gnunet, 2021/07/30
- [gnunet] 64/164: Added strate remote/local set estimation, gnunet, 2021/07/30
- [gnunet] 66/164: Simulation,
gnunet <=
- [gnunet] 68/164: Simulation, gnunet, 2021/07/30
- [gnunet] 55/164: Simulation, gnunet, 2021/07/30
- [gnunet] 58/164: Simulation, gnunet, 2021/07/30
- [gnunet] 48/164: Test data 500 elements, gnunet, 2021/07/30
- [gnunet] 59/164: Simulation, gnunet, 2021/07/30
- [gnunet] 49/164: Added MIN IBF Size auto increase depended on totalsetsize + added missing remote/local element count to op, gnunet, 2021/07/30
- [gnunet] 51/164: Extended look, gnunet, 2021/07/30
- [gnunet] 52/164: Try something, gnunet, 2021/07/30
- [gnunet] 61/164: Simulation, gnunet, 2021/07/30
- [gnunet] 73/164: Performance chech, gnunet, 2021/07/30