work on consensus and set
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 #@INLINE@ ../../contrib/no_forcestart.conf
2
3 [PATHS]
4 GNUNET_TEST_HOME = /tmp/test-consensus/
5
6 [consensus]
7 PREFIX = valgrind
8 OPTIONS = -L INFO
9 BINARY = gnunet-service-evil-consensus
10
11 EVIL_SPEC = 0;cram;5
12
13 # Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
14 # (every peer gets the same element.
15 #EVIL_SPEC = 0;stuff-same;leader;5
16
17 # Evil behavior: Peer 0 adds 5 random elements when he is the gradecast leader
18 # (every peer gets different elements).
19 #EVIL_SPEC = 0;stuff-different;leader;5
20
21
22
23 [core]
24 FORECESTART = YES
25
26 [cadet]
27 #PREFIX = valgrind
28
29 [transport]
30 PLUGINS = unix
31 OPTIONS = -LERROR
32
33 [set]
34 OPTIONS = -L INFO
35 #PREFIX = valgrind --leak-check=full
36 #PREFIX = valgrind
37
38 [testbed]
39 OVERLAY_TOPOLOGY = CLIQUE
40 MAX_PARALLEL_OPERATIONS = 1000
41 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
42 OPERATION_TIMEOUT = 60 s
43 MAX_OPEN_FDS = 4096
44
45 [hostlist]
46 AUTOSTART = NO
47
48 [revocation]
49 AUTOSTART = NO
50
51 [nat]
52 # Use addresses from the local network interfaces (inluding loopback, but also others)
53 USE_LOCALADDR = YES
54
55 # Disable IPv6 support
56 DISABLEV6 = NO
57
58 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
59 RETURN_LOCAL_ADDRESSES = YES
60
61 [nse]
62 WORKBITS=0
63
64 [ats]
65 WAN_QUOTA_IN = unlimited
66 WAN_QUOTA_OUT = unlimited
67
68 [core]
69 USE_EPHEMERAL_KEYS = NO