From 881fbb517fdb8aed1c39620efa4a5c86d4c4eeb1 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 7 Apr 2010 15:37:36 +0000 Subject: [PATCH] config files for learning testcase --- src/hostlist/learning_data.conf | 16 ++++++++++++ src/hostlist/learning_peer1.conf | 45 ++++++++++++++++++++++++++++++++ src/hostlist/learning_peer2.conf | 45 ++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 src/hostlist/learning_data.conf create mode 100644 src/hostlist/learning_peer1.conf create mode 100644 src/hostlist/learning_peer2.conf diff --git a/src/hostlist/learning_data.conf b/src/hostlist/learning_data.conf new file mode 100644 index 000000000..3cfc9c27d --- /dev/null +++ b/src/hostlist/learning_data.conf @@ -0,0 +1,16 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunetd-hostlist/ +DEFAULTCONFIG = /etc/gnunetd.conf + +[hostlist] +PORT = 23354 +# port for hostlist http server +HTTPPORT = 28080 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-daemon-hostlist +OPTIONS = -b -e +SERVERS = http://gnunet.org:8080/ +# proxy for downloading hostlists +HTTP-PROXY = diff --git a/src/hostlist/learning_peer1.conf b/src/hostlist/learning_peer1.conf new file mode 100644 index 000000000..5b1b1e49a --- /dev/null +++ b/src/hostlist/learning_peer1.conf @@ -0,0 +1,45 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/ +DEFAULTCONFIG = learning_peer1.conf + +[resolver] +PORT = 12964 + +[transport] +PORT = 12965 +PLUGINS = tcp +#DEBUG = NO + +[arm] +PORT = 12966 +DEFAULTSERVICES = resolver transport core statistics topology +#GLOBAL_PREFIX = xterm -e gdb -x cmd --args +DEBUG=NO + +[statistics] +PORT = 12967 + +[transport-tcp] +PORT = 12968 + +[peerinfo] +PORT = 12969 + +[core] +PORT = 12970 +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck + +[testing] +WEAKRANDOM = YES + +[hostlist] +HTTPPORT = 12980 +SERVERS = http://localhost:12981/ +OPTIONS = -b -p -e +DEBUG = YES +#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist + +[topology] +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck diff --git a/src/hostlist/learning_peer2.conf b/src/hostlist/learning_peer2.conf new file mode 100644 index 000000000..3da06cde6 --- /dev/null +++ b/src/hostlist/learning_peer2.conf @@ -0,0 +1,45 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-2/ +DEFAULTCONFIG = learning_peer2.conf + +[resolver] +PORT = 22964 + +[transport] +PORT = 22965 +PLUGINS = tcp +#DEBUG = YES + +[arm] +PORT = 22966 +DEFAULTSERVICES = resolver transport core statistics topology +#GLOBAL_PREFIX = xterm -e gdb -x cmd --args +DEBUG=NO + +[statistics] +PORT = 22967 + +[transport-tcp] +PORT = 22968 + +[peerinfo] +PORT = 22969 + +[core] +PORT = 22970 +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck + +[testing] +WEAKRANDOM = YES + +[hostlist] +HTTPPORT = 12981 +SERVERS = http://localhost:12980/ +OPTIONS = -b -p -e +#DEBUG = YES +#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist + +[topology] +#DEBUG = YES +#PREFIX = valgrind --tool=memcheck -- 2.25.1