X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fset%2Ftest_set.conf;h=e28dfc6e9987760defad2e3622cc7b09a6fd26f7;hb=f56a318a49c109d0246d4b5d188cffb50d2b91c8;hp=011a5ed4b825cca71c3b72a28b35208d45765ba9;hpb=b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a;p=oweals%2Fgnunet.git diff --git a/src/set/test_set.conf b/src/set/test_set.conf index 011a5ed4b..e28dfc6e9 100644 --- a/src/set/test_set.conf +++ b/src/set/test_set.conf @@ -1,18 +1,33 @@ -# @INLINE@ test_set_defaults.conf +@INLINE@ ../../contrib/no_forcestart.conf + [PATHS] GNUNET_TEST_HOME = /tmp/test-gnunet-set/ [set] AUTOSTART = YES -@UNIXONLY@ PORT = 2106 -#PREFIX = valgrind -#PREFIX = valgrind -v --leak-check=full +#PREFIX = valgrind --leak-check=full #PREFIX = gdbserver :1234 -#OPTIONS = -L INFO +OPTIONS = -L INFO [transport] +PLUGINS = unix OPTIONS = -LERROR -[testbed] -OVERLAY_TOPOLOGY = CLIQUE +[nat] +RETURN_LOCAL_ADDRESSES = YES +DISABLEV6 = YES +USE_LOCALADDR = YES + +[peerinfo] +NO_IO = YES + +[nat] +# Use addresses from the local network interfaces (inluding loopback, but also others) +USE_LOCALADDR = YES + +# Disable IPv6 support +DISABLEV6 = NO + +# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) +RETURN_LOCAL_ADDRESSES = YES