X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fset%2Ftest_set.conf;h=e28dfc6e9987760defad2e3622cc7b09a6fd26f7;hb=c9bc0115c53e10a31ffffb6dbb1cb85e77168dda;hp=c1d5a0f93fd58f44be35951458bc1e1694842786;hpb=6f54b50858457dfa2b5f0b519fbf230e1119c6b2;p=oweals%2Fgnunet.git diff --git a/src/set/test_set.conf b/src/set/test_set.conf index c1d5a0f93..e28dfc6e9 100644 --- a/src/set/test_set.conf +++ b/src/set/test_set.conf @@ -1,23 +1,33 @@ +@INLINE@ ../../contrib/no_forcestart.conf + +[PATHS] +GNUNET_TEST_HOME = /tmp/test-gnunet-set/ + [set] AUTOSTART = YES -PORT = 2106 -HOSTNAME = localhost -HOME = $SERVICEHOME -BINARY = gnunet-service-set -#PREFIX = gdbserver :12345 #PREFIX = valgrind --leak-check=full -ACCEPT_FROM = 127.0.0.1; -ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/gnunet-service-set.sock -UNIX_MATCH_UID = YES -UNIX_MATCH_GID = YES +#PREFIX = gdbserver :1234 OPTIONS = -L INFO - [transport] +PLUGINS = unix OPTIONS = -LERROR +[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 -[testbed] -OVERLAY_TOPOLOGY = CLIQUE +# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) +RETURN_LOCAL_ADDRESSES = YES