aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-20 12:29:57 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-20 12:29:57 +0000
commitb0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a (patch)
tree09352f2efafd76b317cb7ccd1a3a47f97d6cc798 /src/mesh
parent984eaa29119a4b1ae01490db9b16cf1020e01d55 (diff)
downloadgnunet-b0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a.tar.gz
gnunet-b0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a.zip
extended overlay configure topology to return max connections
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-regex-profiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-regex-profiler.c b/src/mesh/gnunet-regex-profiler.c
index 1e785b888..0733e267f 100644
--- a/src/mesh/gnunet-regex-profiler.c
+++ b/src/mesh/gnunet-regex-profiler.c
@@ -1109,6 +1109,7 @@ do_configure_topology (void *cls,
1109 prof_start_time = GNUNET_TIME_absolute_get (); 1109 prof_start_time = GNUNET_TIME_absolute_get ();
1110 topology_op = 1110 topology_op =
1111 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peer_handles, 1111 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peer_handles,
1112 NULL,
1112 GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI, 1113 GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI,
1113 num_links, 1114 num_links,
1114 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY, 1115 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY,