From 1273c7df7d544cad2ab5202393aaf3b8e26e3ab1 Mon Sep 17 00:00:00 2001 From: xrs Date: Sun, 21 Jan 2018 13:04:55 +0100 Subject: update test_psyc_api_join --- src/psyc/test_psyc.conf | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'src/psyc/test_psyc.conf') diff --git a/src/psyc/test_psyc.conf b/src/psyc/test_psyc.conf index e00a614d2..836255163 100644 --- a/src/psyc/test_psyc.conf +++ b/src/psyc/test_psyc.conf @@ -1,16 +1,28 @@ @INLINE@ ../../contrib/no_forcestart.conf -[PATHS] -GNUNET_TEST_HOME = /tmp/gnunet-test-psyc/ +[testbed] +HOSTNAME = localhost +OVERLAY_TOPOLOGY = STAR -[transport] -PLUGINS = tcp +[peerinfo] +# Option to disable all disk IO; only useful for testbed runs +# (large-scale experiments); disables persistence of HELLOs! +NO_IO = YES + +[cadet] +ID_ANNOUNCE_TIME = 5 s [nat] -DISABLEV6 = YES ENABLE_UPNP = NO -BEHIND_NAT = NO -ALLOW_NAT = NO -INTERNAL_ADDRESS = 127.0.0.1 -EXTERNAL_ADDRESS = 127.0.0.1 +[psyc] +FORCESTART = YES +AUTOSTART = YES + +[multicast] +FORCESTART = YES +AUTOSTART = YES + +[psycstore] +FORCESTART = YES +AUTOSTART = YES -- cgit v1.2.3