gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit f73b9dde605e34a37dd22d370baf2f8650f787c0
parent 4c48b315c855cf1d4848f95ef8e8901da1c6b5df
Author: Bart Polot <bart@net.in.tum.de>
Date:   Thu, 23 May 2013 18:17:02 +0000

- automatically adapt links to peer

Diffstat:
Msrc/regex/gnunet-regex-profiler.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c @@ -1370,6 +1370,9 @@ run (void *cls, char *const *args, const char *cfgfile, peers[i].id = i; } + GNUNET_CONFIGURATION_set_value_number (cfg, + "TESTBED", "OVERLAY_RANDOM_LINKS", + num_peers * 10); event_mask = 0LL; /* For feedback about the start process activate these and pass master_cb */ event_mask |= (1LL << GNUNET_TESTBED_ET_PEER_START);