aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hostlist/learning_data.conf16
-rw-r--r--src/hostlist/learning_peer1.conf45
-rw-r--r--src/hostlist/learning_peer2.conf45
3 files changed, 106 insertions, 0 deletions
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 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist/
3DEFAULTCONFIG = /etc/gnunetd.conf
4
5[hostlist]
6PORT = 23354
7# port for hostlist http server
8HTTPPORT = 28080
9HOSTNAME = localhost
10HOME = $SERVICEHOME
11CONFIG = $DEFAULTCONFIG
12BINARY = gnunet-daemon-hostlist
13OPTIONS = -b -e
14SERVERS = http://gnunet.org:8080/
15# proxy for downloading hostlists
16HTTP-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 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/
3DEFAULTCONFIG = learning_peer1.conf
4
5[resolver]
6PORT = 12964
7
8[transport]
9PORT = 12965
10PLUGINS = tcp
11#DEBUG = NO
12
13[arm]
14PORT = 12966
15DEFAULTSERVICES = resolver transport core statistics topology
16#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
17DEBUG=NO
18
19[statistics]
20PORT = 12967
21
22[transport-tcp]
23PORT = 12968
24
25[peerinfo]
26PORT = 12969
27
28[core]
29PORT = 12970
30#DEBUG = YES
31#PREFIX = valgrind --tool=memcheck
32
33[testing]
34WEAKRANDOM = YES
35
36[hostlist]
37HTTPPORT = 12980
38SERVERS = http://localhost:12981/
39OPTIONS = -b -p -e
40DEBUG = YES
41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
42
43[topology]
44#DEBUG = YES
45#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 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-2/
3DEFAULTCONFIG = learning_peer2.conf
4
5[resolver]
6PORT = 22964
7
8[transport]
9PORT = 22965
10PLUGINS = tcp
11#DEBUG = YES
12
13[arm]
14PORT = 22966
15DEFAULTSERVICES = resolver transport core statistics topology
16#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
17DEBUG=NO
18
19[statistics]
20PORT = 22967
21
22[transport-tcp]
23PORT = 22968
24
25[peerinfo]
26PORT = 22969
27
28[core]
29PORT = 22970
30#DEBUG = YES
31#PREFIX = valgrind --tool=memcheck
32
33[testing]
34WEAKRANDOM = YES
35
36[hostlist]
37HTTPPORT = 12981
38SERVERS = http://localhost:12980/
39OPTIONS = -b -p -e
40#DEBUG = YES
41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
42
43[topology]
44#DEBUG = YES
45#PREFIX = valgrind --tool=memcheck