aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-21 18:44:26 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-21 18:44:26 +0000
commitb0f1156b2a9dd2038eab41e398cad4ab8c9b381a (patch)
tree921903bb91ed61a792685a93442b04ea44547277 /src/mesh
parentfca78b8ebbcc31f29a9d62779b66bad03b0763fd (diff)
downloadgnunet-b0f1156b2a9dd2038eab41e398cad4ab8c9b381a.tar.gz
gnunet-b0f1156b2a9dd2038eab41e398cad4ab8c9b381a.zip
- create own config file
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c2
-rw-r--r--src/mesh/profiler.conf4
2 files changed, 5 insertions, 1 deletions
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[])
899 static uint32_t ports[2]; 899 static uint32_t ports[2];
900 const char *config_file; 900 const char *config_file;
901 901
902 config_file = "test_mesh.conf"; 902 config_file = "profiler.conf";
903 903
904 ids = GNUNET_CONTAINER_multipeermap_create (2 * TOTAL_PEERS, GNUNET_YES); 904 ids = GNUNET_CONTAINER_multipeermap_create (2 * TOTAL_PEERS, GNUNET_YES);
905 GNUNET_assert (NULL != ids); 905 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 @@
1@INLINE@ test_mesh.conf
2[testbed]
3OVERLAY_TOPOLOGY = RANDOM
4OVERLAY_RANDOM_LINKS = 200