Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / set / test_set.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2
3 [PATHS]
4 GNUNET_TEST_HOME = /tmp/test-gnunet-set/
5
6 [set]
7 AUTOSTART = YES
8 PREFIX = valgrind
9 #PREFIX = valgrind --leak-check=full
10 #PREFIX = gdbserver :1234
11 OPTIONS = -L INFO
12
13 [transport]
14 PLUGINS = unix
15 OPTIONS = -LERROR
16
17 [nat]
18 RETURN_LOCAL_ADDRESSES = YES
19 DISABLEV6 = YES
20 USE_LOCALADDR = YES
21
22 [peerinfo]
23 NO_IO = YES
24
25 [nat]
26 # Use addresses from the local network interfaces (inluding loopback, but also others)
27 USE_LOCALADDR = YES
28
29 # Disable IPv6 support
30 DISABLEV6 = NO
31
32 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
33 RETURN_LOCAL_ADDRESSES = YES
34