- fixed consensus for >2 peers
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 [consensus]
2 AUTOSTART = YES
3 PORT = 2110
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 BINARY = gnunet-service-consensus
7 #PREFIX = gdbserver :12345
8 PREFIX = valgrind --leak-check=full 
9 ACCEPT_FROM = 127.0.0.1;
10 ACCEPT_FROM6 = ::1;
11 UNIXPATH = /tmp/gnunet-service-consensus.sock
12 UNIX_MATCH_UID = YES
13 UNIX_MATCH_GID = YES
14 OPTIONS = -L INFO
15
16
17 [transport]
18 OPTIONS = -LERROR
19
20
21 [arm]
22 DEFAULTSERVICES = core consensus set
23
24 [set]
25 OPTIONS = -L INFO
26 PREFIX = valgrind --leak-check=full
27
28
29 [testbed]
30 OVERLAY_TOPOLOGY = CLIQUE
31
32 [hostlist]
33 SERVERS = 
34
35
36 [nat]
37 # Use addresses from the local network interfaces (inluding loopback, but also others)
38 USE_LOCALADDR = YES
39
40 # Disable IPv6 support
41 DISABLEV6 = NO
42
43 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44 RETURN_LOCAL_ADDRESSES = YES
45