From b0f1156b2a9dd2038eab41e398cad4ab8c9b381a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 21 Mar 2014 18:44:26 +0000 Subject: [PATCH] - create own config file --- src/mesh/gnunet-mesh-profiler.c | 2 +- src/mesh/profiler.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/mesh/profiler.conf diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c index d4fafcfe5..8ff4b73ee 100644 --- a/src/mesh/gnunet-mesh-profiler.c +++ b/src/mesh/gnunet-mesh-profiler.c @@ -899,7 +899,7 @@ main (int argc, char *argv[]) static uint32_t ports[2]; const char *config_file; - config_file = "test_mesh.conf"; + config_file = "profiler.conf"; ids = GNUNET_CONTAINER_multipeermap_create (2 * TOTAL_PEERS, GNUNET_YES); GNUNET_assert (NULL != ids); diff --git a/src/mesh/profiler.conf b/src/mesh/profiler.conf new file mode 100644 index 000000000..ae7d223fb --- /dev/null +++ b/src/mesh/profiler.conf @@ -0,0 +1,4 @@ +@INLINE@ test_mesh.conf +[testbed] +OVERLAY_TOPOLOGY = RANDOM +OVERLAY_RANDOM_LINKS = 200 -- 2.25.1