aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-09-27 04:32:52 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-09-27 04:32:52 +0000
commit9aceae8a9f91642665fa28730c961c9f90360bc1 (patch)
tree5390aca855b836d17720a65671f994089cb93196 /src/set/test_set.conf
parent55ad4fa34348aaa05fadedeb830ea72cea5d7cc4 (diff)
downloadgnunet-9aceae8a9f91642665fa28730c961c9f90360bc1.tar.gz
gnunet-9aceae8a9f91642665fa28730c961c9f90360bc1.zip
SET service: accurate results for symmetric mode
Diffstat (limited to 'src/set/test_set.conf')
-rw-r--r--src/set/test_set.conf44
1 files changed, 10 insertions, 34 deletions
diff --git a/src/set/test_set.conf b/src/set/test_set.conf
index f3c0770fe..4f32b8854 100644
--- a/src/set/test_set.conf
+++ b/src/set/test_set.conf
@@ -1,11 +1,12 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2
1[PATHS] 3[PATHS]
2GNUNET_TEST_HOME = /tmp/test-gnunet-set/ 4GNUNET_TEST_HOME = /tmp/test-gnunet-set/
3 5
4[set] 6[set]
5AUTOSTART = YES 7AUTOSTART = YES
6@UNIXONLY@ PORT = 2106
7#PREFIX = valgrind 8#PREFIX = valgrind
8#PREFIX = valgrind -v --leak-check=full 9PREFIX = valgrind --leak-check=full
9#PREFIX = gdbserver :1234 10#PREFIX = gdbserver :1234
10OPTIONS = -L INFO 11OPTIONS = -L INFO
11 12
@@ -21,38 +22,13 @@ USE_LOCALADDR = YES
21[peerinfo] 22[peerinfo]
22NO_IO = YES 23NO_IO = YES
23 24
24[nse] 25[nat]
25WORKBITS = 0 26# Use addresses from the local network interfaces (inluding loopback, but also others)
26 27USE_LOCALADDR = YES
27[hostlist]
28FORCESTART = NO
29AUTOSTART = NO
30
31[fs]
32FORCESTART = NO
33AUTOSTART = NO
34
35[vpn]
36FORCESTART = NO
37AUTOSTART = NO
38
39[revocation]
40FORCESTART = NO
41AUTOSTART = NO
42
43[gns]
44FORCESTART = NO
45AUTOSTART = NO
46
47[namestore]
48FORCESTART = NO
49AUTOSTART = NO
50 28
51[namecache] 29# Disable IPv6 support
52FORCESTART = NO 30DISABLEV6 = NO
53AUTOSTART = NO
54 31
55[topology] 32# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
56FORCESTART = NO 33RETURN_LOCAL_ADDRESSES = YES
57AUTOSTART = NO
58 34