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