aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-05 17:50:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-05 17:50:22 +0000
commitcdad91d64f5a58275f209d5ac4867585d68c0e73 (patch)
treeeb3cdd47b395c50d2ca1be883ec0b7e056dbefc3
parent69a23725d6937db68fc8ca2fd1e8490220edc7de (diff)
downloadgnunet-cdad91d64f5a58275f209d5ac4867585d68c0e73.tar.gz
gnunet-cdad91d64f5a58275f209d5ac4867585d68c0e73.zip
fix
-rw-r--r--src/hostlist/test_learning_adv_peer.conf8
-rw-r--r--src/hostlist/test_learning_learn_peer.conf8
-rw-r--r--src/hostlist/test_learning_learn_peer2.conf7
3 files changed, 22 insertions, 1 deletions
diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf
index 3781ddbb2..0ca38148b 100644
--- a/src/hostlist/test_learning_adv_peer.conf
+++ b/src/hostlist/test_learning_adv_peer.conf
@@ -3,20 +3,24 @@ SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-2/
3 3
4[resolver] 4[resolver]
5PORT = 22964 5PORT = 22964
6UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
6 7
7[transport] 8[transport]
8PORT = 22965 9PORT = 22965
10UNIXPATH = /tmp/gnunet-p1-service-transport.sock
9PLUGINS = tcp 11PLUGINS = tcp
10#DEBUG = YES 12#DEBUG = YES
11 13
12[arm] 14[arm]
13PORT = 22966 15PORT = 22966
16UNIXPATH = /tmp/gnunet-p1-service-arm.sock
14DEFAULTSERVICES = topology hostlist 17DEFAULTSERVICES = topology hostlist
15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 18#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16DEBUG=YES 19DEBUG=YES
17 20
18[statistics] 21[statistics]
19PORT = 22967 22PORT = 22967
23UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
20HOSTNAME = localhost 24HOSTNAME = localhost
21 25
22[transport-tcp] 26[transport-tcp]
@@ -24,9 +28,11 @@ PORT = 22968
24 28
25[peerinfo] 29[peerinfo]
26PORT = 22969 30PORT = 22969
31UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
27 32
28[core] 33[core]
29PORT = 22970 34PORT = 22970
35UNIXPATH = /tmp/gnunet-p1-service-core.sock
30#DEBUG = YES 36#DEBUG = YES
31#PREFIX = valgrind --tool=memcheck 37#PREFIX = valgrind --tool=memcheck
32 38
@@ -51,4 +57,4 @@ HOSTLISTFILE = hostlists_adv_peer.file
51AUTOSTART = NO 57AUTOSTART = NO
52 58
53[datastore] 59[datastore]
54AUTOSTART = NO \ No newline at end of file 60AUTOSTART = NO
diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf
index 4b259e2b0..e7358d07f 100644
--- a/src/hostlist/test_learning_learn_peer.conf
+++ b/src/hostlist/test_learning_learn_peer.conf
@@ -1,22 +1,27 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/ 2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/
3DEFAULTCONFIG = test_learning_learn_peer.conf 3DEFAULTCONFIG = test_learning_learn_peer.conf
4
4[resolver] 5[resolver]
5PORT = 12964 6PORT = 12964
7UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
6 8
7[transport] 9[transport]
8PORT = 12965 10PORT = 12965
11UNIXPATH = /tmp/gnunet-p2-service-transport.sock
9PLUGINS = tcp 12PLUGINS = tcp
10#DEBUG = YES 13#DEBUG = YES
11 14
12[arm] 15[arm]
13PORT = 12966 16PORT = 12966
17UNIXPATH = /tmp/gnunet-p2-service-arm.sock
14DEFAULTSERVICES = topology hostlist 18DEFAULTSERVICES = topology hostlist
15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 19#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16DEBUG=YES 20DEBUG=YES
17 21
18[statistics] 22[statistics]
19PORT = 12967 23PORT = 12967
24UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
20HOSTNAME = localhost 25HOSTNAME = localhost
21 26
22[transport-tcp] 27[transport-tcp]
@@ -24,9 +29,12 @@ PORT = 12968
24 29
25[peerinfo] 30[peerinfo]
26PORT = 12969 31PORT = 12969
32UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
33
27 34
28[core] 35[core]
29PORT = 12970 36PORT = 12970
37UNIXPATH = /tmp/gnunet-p2-service-core.sock
30#DEBUG = YES 38#DEBUG = YES
31#PREFIX = valgrind --tool=memcheck 39#PREFIX = valgrind --tool=memcheck
32 40
diff --git a/src/hostlist/test_learning_learn_peer2.conf b/src/hostlist/test_learning_learn_peer2.conf
index 32e0dbecf..51c3fca52 100644
--- a/src/hostlist/test_learning_learn_peer2.conf
+++ b/src/hostlist/test_learning_learn_peer2.conf
@@ -1,22 +1,27 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-3/ 2SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-3/
3DEFAULTCONFIG = test_learning_learn_peer2.conf 3DEFAULTCONFIG = test_learning_learn_peer2.conf
4
4[resolver] 5[resolver]
5PORT = 32964 6PORT = 32964
7UNIXPATH = /tmp/gnunet-p3-service-resolver.sock
6 8
7[transport] 9[transport]
8PORT = 32965 10PORT = 32965
11UNIXPATH = /tmp/gnunet-p3-service-transport.sock
9PLUGINS = tcp 12PLUGINS = tcp
10#DEBUG = YES 13#DEBUG = YES
11 14
12[arm] 15[arm]
13PORT = 32966 16PORT = 32966
17UNIXPATH = /tmp/gnunet-p3-service-arm.sock
14DEFAULTSERVICES = topology hostlist 18DEFAULTSERVICES = topology hostlist
15#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 19#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16DEBUG=NO 20DEBUG=NO
17 21
18[statistics] 22[statistics]
19PORT = 32967 23PORT = 32967
24UNIXPATH = /tmp/gnunet-p3-service-statistics.sock
20HOSTNAME = localhost 25HOSTNAME = localhost
21 26
22[transport-tcp] 27[transport-tcp]
@@ -24,9 +29,11 @@ PORT = 32968
24 29
25[peerinfo] 30[peerinfo]
26PORT = 32969 31PORT = 32969
32UNIXPATH = /tmp/gnunet-p3-service-peerinfo.sock
27 33
28[core] 34[core]
29PORT = 32970 35PORT = 32970
36UNIXPATH = /tmp/gnunet-p3-service-core.sock
30#DEBUG = YES 37#DEBUG = YES
31#PREFIX = valgrind --tool=memcheck 38#PREFIX = valgrind --tool=memcheck
32 39