From a85bc5550b044c76cb96f3608989fc1138512f2d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 17 May 2010 09:28:26 +0000 Subject: [PATCH] --- .../test_gnunet_daemon_hostlist_data.conf | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/hostlist/test_gnunet_daemon_hostlist_data.conf b/src/hostlist/test_gnunet_daemon_hostlist_data.conf index 15a52e335..059f59831 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_data.conf +++ b/src/hostlist/test_gnunet_daemon_hostlist_data.conf @@ -14,4 +14,49 @@ BINARY = gnunet-daemon-hostlist OPTIONS = -b SERVERS = http://gnunet.org:8080/ # proxy for downloading hostlists -HTTP-PROXY = \ No newline at end of file +HTTP-PROXY = + +[resolver] +PORT = 12964 + +[transport] +PORT = 12965 +PLUGINS = tcp +#DEBUG = YES +DEBUG = NO + +[arm] +PORT = 12966 +DEFAULTSERVICES = hostlist topology +#GLOBAL_PREFIX = xterm -e gdb -x cmd --args + +[statistics] +PORT = 12967 + +[transport-tcp] +PORT = 12968 +DEBUG = NO + +[peerinfo] +PORT = 12969 + +[core] +PORT = 12970 +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck\ +DEBUG = NO + +[testing] +WEAKRANDOM = YES + +[topology] +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck +DEBUG = NO + +[fs] +AUTOSTART = NO + +[datastore] +AUTOSTART = NO + -- 2.25.1