- fixed wrong round comparison code
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 [consensus]
2 AUTOSTART = YES
3 PORT = 2110
4 HOSTNAME = localhost
5 BINARY = gnunet-service-consensus
6 #PREFIX = gdbserver :12345
7 #PREFIX = valgrind
8 ACCEPT_FROM = 127.0.0.1;
9 ACCEPT_FROM6 = ::1;
10 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-consensus.sock
11 UNIX_MATCH_UID = YES
12 UNIX_MATCH_GID = YES
13 OPTIONS = -L INFO
14
15
16 [transport]
17 OPTIONS = -LERROR
18
19
20 [arm]
21 DEFAULTSERVICES = core consensus set
22
23 [set]
24 OPTIONS = -L INFO
25 #PREFIX = valgrind --leak-check=full
26 #PREFIX = valgrind
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
46 [nse]
47 AUTOSTART = NO
48