aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
commitbeccfee0add2579a9beb65af41ac266f04635f3c (patch)
tree6ed4d5cf02a419bcfec3e13f97e03fbb1f70955f /src/set/test_set.conf
parentc9fca90e1efe64166a2bf259df3242f50af9a6ac (diff)
downloadgnunet-beccfee0add2579a9beb65af41ac266f04635f3c.tar.gz
gnunet-beccfee0add2579a9beb65af41ac266f04635f3c.zip
-misc fixes, in particular actually build bf
Diffstat (limited to 'src/set/test_set.conf')
-rw-r--r--src/set/test_set.conf18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/set/test_set.conf b/src/set/test_set.conf
index d59c425c4..8b727d2f8 100644
--- a/src/set/test_set.conf
+++ b/src/set/test_set.conf
@@ -2,26 +2,20 @@
2[PATHS] 2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-gnunet-set/ 3GNUNET_TEST_HOME = /tmp/test-gnunet-set/
4 4
5[arm]
6DEFAULTSERVICES = topology dht nse cadet
7
5[set] 8[set]
6AUTOSTART = YES 9AUTOSTART = YES
7PORT = 2106 10@UNIXONLY@ PORT = 2106
8HOSTNAME = localhost
9BINARY = gnunet-service-set
10#PREFIX = valgrind 11#PREFIX = valgrind
11#PREFIX = valgrind -v --leak-check=full 12#PREFIX = valgrind -v --leak-check=full
12#PREFIX = gdbserver :1234 13#PREFIX = gdbserver :1234
13ACCEPT_FROM = 127.0.0.1; 14#OPTIONS = -L INFO
14ACCEPT_FROM6 = ::1;
15UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-set.sock
16UNIX_MATCH_UID = YES
17UNIX_MATCH_GID = YES
18OPTIONS = -L INFO
19
20 15
21[transport] 16[transport]
22OPTIONS = -LERROR 17OPTIONS = -LERROR
23 18
24
25[testbed] 19[testbed]
26OVERLAY_TOPOLOGY = CLIQUE 20OVERLAY_TOPOLOGY = CLIQUE
27 21