aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.conf
blob: 05f7cc0e6392fb7d875519dd9b9618e9a8b7e33a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
[dhtcache]
QUOTA = 1 MB
DATABASE = heap

[transport]
PLUGINS = tcp
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
PORT = 12365

[ats]
WAN_QUOTA_IN = 1 GB
WAN_QUOTA_OUT = 1 GB

[transport-tcp]
TIMEOUT = 300 s
BINDTO = 127.0.0.1

[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/

[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
USE_LOCALADDR = NO

[dht]
START_ON_DEMAND = YES
IMMEDIATE_START = YES

[nse]
START_ON_DEMAND = YES
WORKBITS = 1
# Configuration to disable autostarting of
# all services above the 'core' level.
# (including resolver)

[dns]
START_ON_DEMAND = NO

[cadet]
START_ON_DEMAND = NO

[datastore]
START_ON_DEMAND = NO

[fs]
START_ON_DEMAND = NO

[dv]
START_ON_DEMAND = NO

[vpn]
START_ON_DEMAND = NO

[consensus]
START_ON_DEMAND = NO

[resolver]
START_ON_DEMAND = NO

[namestore]
START_ON_DEMAND = NO

[namecache]
START_ON_DEMAND = NO

[identity]
START_ON_DEMAND = NO

[revocation]
START_ON_DEMAND = NO

[conversation]
START_ON_DEMAND = NO

[peerstore]
START_ON_DEMAND = NO

[psycstore]
START_ON_DEMAND = NO

[gns]
START_ON_DEMAND = NO

[regex]
START_ON_DEMAND = NO

[set]
START_ON_DEMAND = NO

[scalarproduct-bob]
START_ON_DEMAND = NO

[scalarproduct-alice]
START_ON_DEMAND = NO

[social]
START_ON_DEMAND = NO

[psyc]
START_ON_DEMAND = NO

[rps]
START_ON_DEMAND = NO

[multicast]
START_ON_DEMAND = NO

[sensordashboard]
START_ON_DEMAND = NO

[sensor]
START_ON_DEMAND = NO
# Configuration file that can be included to prevent ANY of the usual
# IMMEDIATE_START = YES to be set.  Also disables NSE POW calculation.
#
# This configuration is included from various configuration test files.
# Whenever a new service is added that has IMMEDIATE_START = YES for
# production should be disabled for (most) test suites, the option should
# be added here instead of all over the place ;-).

[core]
IMMEDIATE_START = NO

[fs]
IMMEDIATE_START = NO

[dht]
IMMEDIATE_START = NO

[cadet]
IMMEDIATE_START = NO

[nse]
IMMEDIATE_START = NO
WORKBITS = 0

[revocation]
IMMEDIATE_START = NO

[topology]
IMMEDIATE_START = NO

[hostlist]
IMMEDIATE_START = NO

[gns]
IMMEDIATE_START = NO

[zonemaster]
IMMEDIATE_START = NO