gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 44/164: Extend plot


From: gnunet
Subject: [gnunet] 44/164: Extend plot
Date: Fri, 30 Jul 2021 15:31:50 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit cd5f7ca994774699d27608d65082e77baa362bc2
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Tue Apr 20 14:02:45 2021 +0200

    Extend plot
---
 src/setu/gnunet-service-setu.c | 7 -------
 src/setu/perf_setu_api.c       | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index a94da2418..e49770173 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1797,10 +1797,6 @@ decode_and_send (struct Operation *op)
   unsigned int num_decoded;
   struct InvertibleBloomFilter *diff_ibf;
 
-    LOG (GNUNET_ERROR_TYPE_ERROR,
-         "OLD SALT: %u, %d\n",
-         op->salt_receive, op->peer_site);
-
   GNUNET_assert (PHASE_ACTIVE_DECODING == op->phase);
 
   if (GNUNET_OK !=
@@ -1874,9 +1870,6 @@ decode_and_send (struct Operation *op)
         op->active_passive_switches += 1;
 
         op->salt_send = (op->peer_site * 32) + op->active_passive_switches;
-          LOG (GNUNET_ERROR_TYPE_ERROR,
-               "NEW SALT: %u, %d\n",
-               op->salt_send, op->peer_site);
 
 
         if (GNUNET_OK !=
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index e93229d4f..ab9d0f458 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -449,7 +449,7 @@ static void execute_perf() {
 
     for (int out_out_ctr = 3; out_out_ctr <= 3; out_out_ctr++) {
 
-        for (int out_ctr = 15; out_ctr <= 50; out_ctr++) {
+        for (int out_ctr = 01; out_ctr <= 15; out_ctr++) {
 
             float base = 0.1;
             float x = out_ctr * base;

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