[arm]
PORT = 10010
-DEFAULTSERVICES = core mesh
+DEFAULTSERVICES = core dht mesh
#DEBUG = YES
[statistics]
[dht]
DEBUG = NO
-AUTOSTART = NO
+AUTOSTART = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
[testing]
NUM_PEERS = 16
WEAKRANDOM = YES
-TOPOLOGY = CLIQUE
+TOPOLOGY = FROM_FILE
CONNECT_TOPOLOGY = NONE
TOPOLOGY_FILE = small.dat
#CONNECT_TOPOLOGY = ERDOS_RENYI
t = GNUNET_MESH_tunnel_create (h1, NULL, &ch, &dh, NULL);
test_task =
GNUNET_SCHEDULER_add_delayed(
- GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 3),
+ GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 6),
&do_test, NULL);
}