-check return value
[oweals/gnunet.git] / src / secretsharing / test_secretsharing.conf
1 [secretsharing]
2 AUTOSTART = YES
3 #PREFIX = valgrind --leak-check=full
4 OPTIONS = -LINFO
5
6 [consensus]
7 AUTOSTART = YES
8
9 [transport]
10 OPTIONS = -LERROR
11 PLUGINS = unix
12
13
14 [arm]
15 DEFAULTSERVICES = core consensus set secretsharing
16
17 [set]
18 OPTIONS = -L INFO
19 AUTOSTART = YES
20 #PREFIX = valgrind --leak-check=full
21
22 [testbed]
23 OVERLAY_TOPOLOGY = CLIQUE
24
25 [hostlist]
26 SERVERS = 
27
28 [nat]
29 # Use addresses from the local network interfaces (inluding loopback, but also others)
30 USE_LOCALADDR = YES
31
32 # Disable IPv6 support
33 DISABLEV6 = NO
34
35 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
36 RETURN_LOCAL_ADDRESSES = YES
37
38 [nse]
39 AUTOSTART = NO
40