aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/test_psyc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc/test_psyc.conf')
-rw-r--r--src/psyc/test_psyc.conf30
1 files changed, 21 insertions, 9 deletions
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 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2 2
3[PATHS] 3[testbed]
4GNUNET_TEST_HOME = /tmp/gnunet-test-psyc/ 4HOSTNAME = localhost
5OVERLAY_TOPOLOGY = STAR
5 6
6[transport] 7[peerinfo]
7PLUGINS = tcp 8# Option to disable all disk IO; only useful for testbed runs
9# (large-scale experiments); disables persistence of HELLOs!
10NO_IO = YES
11
12[cadet]
13ID_ANNOUNCE_TIME = 5 s
8 14
9[nat] 15[nat]
10DISABLEV6 = YES
11ENABLE_UPNP = NO 16ENABLE_UPNP = NO
12BEHIND_NAT = NO
13ALLOW_NAT = NO
14INTERNAL_ADDRESS = 127.0.0.1
15EXTERNAL_ADDRESS = 127.0.0.1
16 17
18[psyc]
19FORCESTART = YES
20AUTOSTART = YES
21
22[multicast]
23FORCESTART = YES
24AUTOSTART = YES
25
26[psycstore]
27FORCESTART = YES
28AUTOSTART = YES