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