-fix unused initialization of locals
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 [consensus]
2 #PREFIX = gdbserver :12345
3 #PREFIX = valgrind
4 OPTIONS = -L INFO
5
6 [transport]
7 OPTIONS = -LERROR
8
9 [set]
10 OPTIONS = -L INFO
11 #PREFIX = valgrind --leak-check=full
12 #PREFIX = valgrind
13
14 [testbed]
15 OVERLAY_TOPOLOGY = CLIQUE
16
17 [hostlist]
18 SERVERS =
19
20 [nat]
21 # Use addresses from the local network interfaces (inluding loopback, but also others)
22 USE_LOCALADDR = YES
23
24 # Disable IPv6 support
25 DISABLEV6 = NO
26
27 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
28 RETURN_LOCAL_ADDRESSES = YES
29