aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-17 00:16:09 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-17 00:16:09 +0200
commit20fe42aac530cadfd88e5e409184b361a7f14f8f (patch)
tree6b7a40297ea25f43a2443e5b2cf7e4f9fcd31096 /src/rps/test_rps.c
parent7cab5e7bd71c7f6e72833c12a4853db121dce581 (diff)
downloadgnunet-20fe42aac530cadfd88e5e409184b361a7f14f8f.tar.gz
gnunet-20fe42aac530cadfd88e5e409184b361a7f14f8f.zip
extend test to show crypto issue
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 542919425..bae28428f 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2782,7 +2782,7 @@ main (int argc, char *argv[])
2782 { 2782 {
2783 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n"); 2783 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n");
2784 cur_test_run.name = "test-rps-profiler"; 2784 cur_test_run.name = "test-rps-profiler";
2785 num_peers = 10; 2785 num_peers = 100;
2786 mal_type = 3; 2786 mal_type = 3;
2787 cur_test_run.init_peer = profiler_init_peer; 2787 cur_test_run.init_peer = profiler_init_peer;
2788 //cur_test_run.pre_test = mal_pre; 2788 //cur_test_run.pre_test = mal_pre;