- simplify on-demand linking in overlay connects
[oweals/gnunet.git] / src / testbed / test_testbed_api_testbed_run_topologysmallworldring.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 12113
4 ACCEPT_FROM = 127.0.0.1;
5 HOSTNAME = localhost
6 OVERLAY_TOPOLOGY = SMALL_WORLD_RING
7 OVERLAY_RANDOM_LINKS = 3
8 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
9
10 [fs]
11 AUTOSTART = NO
12
13 [resolver]
14 AUTOSTART = NO
15
16 [mesh]
17 AUTOSTART = NO
18
19 [dht]
20 AUTOSTART = NO
21
22 [block]
23 plugins = dht test
24
25 [dhtcache]
26 QUOTA = 1 MB
27 DATABASE = sqlite
28
29 [transport]
30 PLUGINS = tcp
31 ACCEPT_FROM6 = ::1;
32 ACCEPT_FROM = 127.0.0.1;
33 NEIGHBOUR_LIMIT = 50
34 PORT = 12365
35
36 [ats]
37 WAN_QUOTA_OUT = 3932160
38 WAN_QUOTA_IN = 3932160
39
40 [core]
41 PORT = 12092
42 AUTOSTART = YES
43 USE_EPHEMERAL_KEYS = NO
44
45 [arm]
46 DEFAULTSERVICES = core transport
47 PORT = 12366
48
49 [transport-tcp]
50 TIMEOUT = 300 s
51 PORT = 12368
52
53 [TESTING]
54 NUM_PEERS = 5
55 WEAKRANDOM = YES
56 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
57 MAX_CONCURRENT_SSH = 10
58 USE_PROGRESSBARS = YES
59 PEERGROUP_TIMEOUT = 2400 s
60
61 [gnunetd]
62 HOSTKEY = $SERVICEHOME/.hostkey
63
64 [PATHS]
65 SERVICEHOME = /tmp/test-testbed/
66
67 [dns]
68 AUTOSTART = NO
69
70 [nse]
71 AUTOSTART = NO
72
73 [vpn]
74 AUTOSTART = NO
75
76 [nat]
77 RETURN_LOCAL_ADDRESSES = YES
78
79 [gns-helper-service-w32]
80 AUTOSTART = NO
81
82 [consensus]
83 AUTOSTART = NO
84