aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-09-22 01:20:28 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-09-22 01:20:28 +0000
commitafc7d17dc798216e89506fb4e66aabb7e0f0077b (patch)
tree786d44d7852795f9f20549466f39683e32e6abea /src/consensus/test_consensus.conf
parenta8bb50dcefdab19f4990995ded586b237501b2c1 (diff)
downloadgnunet-afc7d17dc798216e89506fb4e66aabb7e0f0077b.tar.gz
gnunet-afc7d17dc798216e89506fb4e66aabb7e0f0077b.zip
work on CONSENSUS and SET
- byzantine consensus work in progress - fix SET generation handling
Diffstat (limited to 'src/consensus/test_consensus.conf')
-rw-r--r--src/consensus/test_consensus.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 67935e69a..71711b0e1 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -1,6 +1,8 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2
1[consensus] 3[consensus]
2#PREFIX = gdbserver :12345 4#PREFIX = gdbserver :12345
3#PREFIX = valgrind 5PREFIX = valgrind
4OPTIONS = -L INFO 6OPTIONS = -L INFO
5 7
6[transport] 8[transport]
@@ -9,13 +11,16 @@ OPTIONS = -LERROR
9[set] 11[set]
10OPTIONS = -L INFO 12OPTIONS = -L INFO
11#PREFIX = valgrind --leak-check=full 13#PREFIX = valgrind --leak-check=full
12#PREFIX = valgrind 14PREFIX = valgrind
13 15
14[testbed] 16[testbed]
15OVERLAY_TOPOLOGY = CLIQUE 17OVERLAY_TOPOLOGY = CLIQUE
16 18
17[hostlist] 19[hostlist]
18SERVERS = 20AUTOSTART = NO
21
22[revocation]
23AUTOSTART = NO
19 24
20[nat] 25[nat]
21# Use addresses from the local network interfaces (inluding loopback, but also others) 26# Use addresses from the local network interfaces (inluding loopback, but also others)