- create own config file
authorBart Polot <bart@net.in.tum.de>
Fri, 21 Mar 2014 18:44:26 +0000 (18:44 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 21 Mar 2014 18:44:26 +0000 (18:44 +0000)
src/mesh/gnunet-mesh-profiler.c
src/mesh/profiler.conf [new file with mode: 0644]

index d4fafcfe58acc683636db1e2884753937250e882..8ff4b73ee05949644a333c310ab32b41097f8a6f 100644 (file)
@@ -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 (file)
index 0000000..ae7d223
--- /dev/null
@@ -0,0 +1,4 @@
+@INLINE@ test_mesh.conf
+[testbed]
+OVERLAY_TOPOLOGY = RANDOM
+OVERLAY_RANDOM_LINKS = 200