[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.
- [gnunet] 140/164: Fixed wrong place for null check, (continued)
- [gnunet] 140/164: Fixed wrong place for null check, gnunet, 2021/07/30
- [gnunet] 137/164: Fixed one more, gnunet, 2021/07/30
- [gnunet] 148/164: Override some stuff for performance messurement, gnunet, 2021/07/30
- [gnunet] 147/164: Fixed some stuff, gnunet, 2021/07/30
- [gnunet] 160/164: Fixed some stuff, gnunet, 2021/07/30
- [gnunet] 163/164: Added some more comments, gnunet, 2021/07/30
- [gnunet] 164/164: completing rebase to master, gnunet, 2021/07/30
- [gnunet] 138/164: Fixed one more, gnunet, 2021/07/30
- [gnunet] 135/164: Made perf compleate in time, gnunet, 2021/07/30
- [gnunet] 146/164: Added comment to explain |1, gnunet, 2021/07/30
- [gnunet] 153/164: Fixed another bug in message flow control,
gnunet <=
- [gnunet] 154/164: Use GNUNET_free instead of build in free, gnunet, 2021/07/30
- [gnunet] 159/164: removed exponation from plausability check FIX, gnunet, 2021/07/30
- [gnunet] 134/164: -SETU: fix indentation, gnunet, 2021/07/30
- [gnunet] 161/164: Fixed smal bug in propabilistic algo, gnunet, 2021/07/30
- [gnunet] 152/164: Reverted some stuff, gnunet, 2021/07/30
- [gnunet] 126/164: Added removing key from strata, gnunet, 2021/07/30