[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 02/02: disable churn
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 02/02: disable churn |
Date: |
Wed, 16 May 2018 21:33:28 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
commit 96f4f72bcd0b0314a29783b64a31a76e9c62bf86
Author: Julius Bünger <address@hidden>
AuthorDate: Wed May 16 21:32:41 2018 +0200
disable churn
---
src/rps/test_rps.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index cf38219f1..542919425 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2773,7 +2773,7 @@ main (int argc, char *argv[])
cur_test_run.main_test = churn_test_cb;
cur_test_run.reply_handle = default_reply_handle;
cur_test_run.eval_cb = default_eval_cb;
- cur_test_run.have_churn = HAVE_CHURN;
+ cur_test_run.have_churn = HAVE_NO_CHURN;
cur_test_run.have_quick_quit = HAVE_NO_QUICK_QUIT;
timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10);
}
@@ -2793,7 +2793,8 @@ main (int argc, char *argv[])
cur_test_run.post_test = post_profiler;
cur_test_run.request_interval = 2;
cur_test_run.num_requests = 5;
- cur_test_run.have_churn = HAVE_CHURN;
+ //cur_test_run.have_churn = HAVE_CHURN;
+ cur_test_run.have_churn = HAVE_NO_CHURN;
cur_test_run.have_quick_quit = HAVE_NO_QUICK_QUIT;
cur_test_run.have_collect_statistics = COLLECT_STATISTICS;
cur_test_run.stat_collect_flags = STAT_TYPE_ROUNDS |
--
To stop receiving notification emails like this one, please contact
address@hidden