From 95717c07baebb54b9858e67e7072b81156743e98 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Sep 2009 21:35:47 +0000 Subject: [PATCH] conf --- src/hostlist/test_gnunet_daemon_hostlist.conf | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/hostlist/test_gnunet_daemon_hostlist.conf diff --git a/src/hostlist/test_gnunet_daemon_hostlist.conf b/src/hostlist/test_gnunet_daemon_hostlist.conf new file mode 100644 index 000000000..eedb1cd42 --- /dev/null +++ b/src/hostlist/test_gnunet_daemon_hostlist.conf @@ -0,0 +1,48 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunetd-core-peer-1/ +DEFAULTCONFIG = test_core_api_peer1.conf + +[resolver] +PORT = 12464 +#PREFIX = xterm -T resolver1 -e valgrind --tool=memcheck + +[transport] +PORT = 12465 +PLUGINS = tcp +#PREFIX = xterm -T transport1 -e +#PREFIX = xterm -T transport1 -e gdb -x cmd --args +#PREFIX = xterm -T transport1 -e valgrind --tool=memcheck +#DEBUG = YES + +[arm] +PORT = 12466 +#GLOBAL_PREFIX = xterm -e valgrind --tool=memcheck + +[statistics] +PORT = 12467 +#PREFIX = xterm -T statistics1 -e valgrind --tool=memcheck + +[tcp] +PORT = 12468 + +[peerinfo] +PORT = 12469 +#PREFIX = xterm -T peerinfo1 -e valgrind --tool=memcheck +#PREFIX = xterm -T peerinfo1 -e + +[core] +PORT = 12470 +#PREFIX = xterm -T core1 -e valgrind --tool=memcheck +#OPTIONS = -l log-core-1 +#PREFIX = xterm -T core1 -e gdb -x cmd --args +#PREFIX = xterm -T core1 -e +#DEBUG = YES + +[testing] +WEAKRANDOM = YES + +[hostlist] +OPTIONS = -b +SERVERS = http://localhost:22471/ +HTTP-PROXY = +HTTPPORT = 12471 -- 2.25.1