aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_learning_learn_peer.conf
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 /src/hostlist/test_learning_learn_peer.conf
parent69a23725d6937db68fc8ca2fd1e8490220edc7de (diff)
downloadgnunet-cdad91d64f5a58275f209d5ac4867585d68c0e73.tar.gz
gnunet-cdad91d64f5a58275f209d5ac4867585d68c0e73.zip
fix
Diffstat (limited to 'src/hostlist/test_learning_learn_peer.conf')
-rw-r--r--src/hostlist/test_learning_learn_peer.conf8
1 files changed, 8 insertions, 0 deletions
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