From afc13e32896257b7ed0e5aa88e280950419148ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Sep 2020 21:49:10 +0200 Subject: add missing config file --- src/setu/test_setu.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/setu/test_setu.conf (limited to 'src/setu') diff --git a/src/setu/test_setu.conf b/src/setu/test_setu.conf new file mode 100644 index 000000000..4eaf3f0c0 --- /dev/null +++ b/src/setu/test_setu.conf @@ -0,0 +1,32 @@ +@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf + +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-set/ + +[setu] +START_ON_DEMAND = YES +#PREFIX = valgrind --leak-check=full +#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 + +# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) +RETURN_LOCAL_ADDRESSES = YES -- cgit v1.2.3 From e891ca34b2e663ffa574a570845407815a6dbdd1 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 6 Sep 2020 10:15:20 +0200 Subject: -fix make dist --- src/seti/Makefile.am | 2 +- src/setu/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setu') diff --git a/src/seti/Makefile.am b/src/seti/Makefile.am index b4980b670..522f33ece 100644 --- a/src/seti/Makefile.am +++ b/src/seti/Makefile.am @@ -37,7 +37,7 @@ gnunet_seti_profiler_LDADD = \ gnunet_service_seti_SOURCES = \ gnunet-service-seti.c \ - gnunet-service-set_protocol.h + gnunet-service-seti_protocol.h gnunet_service_seti_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index b37ceba51..cc7711462 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -46,7 +46,7 @@ gnunet_setu_ibf_profiler_LDADD = \ $(GN_LIBINTL) gnunet_service_setu_SOURCES = \ - gnunet-service-setu.c gnunet-service-setu.h \ + gnunet-service-setu.c gnunet-service-setu_protocol.h \ ibf.c ibf.h \ gnunet-service-setu_strata_estimator.c gnunet-service-setu_strata_estimator.h \ gnunet-service-setu_protocol.h -- cgit v1.2.3