Merge branch 'master' of ssh://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 --leak-check=full
9 #PREFIX = gdbserver :1234
10 OPTIONS = -L INFO
11
12 [transport]
13 PLUGINS = unix
14 OPTIONS = -LERROR
15
16 [nat]
17 RETURN_LOCAL_ADDRESSES = YES
18 DISABLEV6 = YES
19 USE_LOCALADDR = YES
20
21 [peerinfo]
22 NO_IO = YES
23
24 [nat]
25 # Use addresses from the local network interfaces (inluding loopback, but also others)
26 USE_LOCALADDR = YES
27
28 # Disable IPv6 support
29 DISABLEV6 = NO
30
31 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
32 RETURN_LOCAL_ADDRESSES = YES
33