gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 153/164: Fixed another bug in message flow control


From: gnunet
Subject: [gnunet] 153/164: Fixed another bug in message flow control
Date: Fri, 30 Jul 2021 15:33:39 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit a9c0727ea204e684043a8bc5b67696411e56254a
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Mon Jun 14 00:12:43 2021 +0200

    Fixed another bug in message flow control
---
 src/setu/gnunet-service-setu.c | 3 +--
 src/setu/perf_setu_api.c       | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 0d36df618..174291596 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1266,9 +1266,8 @@ is_message_in_message_control_flow (struct
           return GNUNET_SYSERR;
       }
       if (*mcfs != MSG_CFS_UNINITIALIZED) {
-          return GNUNET_NO;
+          return GNUNET_YES;
       }
-      return GNUNET_YES;
   }
   return GNUNET_NO;
 }
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 56be3b75d..887dc54a3 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -453,7 +453,7 @@ execute_perf ()
         GNUNET_log (
           GNUNET_ERROR_TYPE_ERROR,
           _ ("Failed to write subsystem default identifier map'.\n"));
-      run_petf_thread (10);
+      run_petf_thread (100);
     }
 
   }

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