aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 626c1bc30..593e96527 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -876,8 +876,9 @@ run (void *cls,
876 &end_badly, "didn't generate all hostkeys within a reasonable amount of time!!!"); 876 &end_badly, "didn't generate all hostkeys within a reasonable amount of time!!!");
877 877
878 pg = GNUNET_TESTING_daemons_start (cfg, 878 pg = GNUNET_TESTING_daemons_start (cfg,
879 peers_left, 879 peers_left, /* Total number of peers */
880 peers_left, 880 peers_left, /* Number of outstanding connections */
881 peers_left, /* Number of parallel ssh connections, or peers being started at once */
881 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, SECONDS_PER_PEER_START * num_peers), 882 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, SECONDS_PER_PEER_START * num_peers),
882 &hostkey_callback, 883 &hostkey_callback,
883 NULL, 884 NULL,