aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_peer1.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index 19874f022..be5db7582 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -4,20 +4,24 @@ DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer1.conf
4 4
5[resolver] 5[resolver]
6PORT = 12964 6PORT = 12964
7UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
7 8
8[transport] 9[transport]
9PORT = 12965 10PORT = 12965
11UNIXPATH = /tmp/gnunet-p1-service-transport.sock
10PLUGINS = tcp 12PLUGINS = tcp
11#DEBUG = YES 13#DEBUG = YES
12DEBUG = NO 14DEBUG = NO
13 15
14[arm] 16[arm]
15PORT = 12966 17PORT = 12966
18UNIXPATH = /tmp/gnunet-p1-service-arm.sock
16DEFAULTSERVICES = hostlist topology 19DEFAULTSERVICES = hostlist topology
17#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 20#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
18 21
19[statistics] 22[statistics]
20PORT = 12967 23PORT = 12967
24UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
21 25
22[transport-tcp] 26[transport-tcp]
23PORT = 12968 27PORT = 12968
@@ -25,9 +29,11 @@ DEBUG = NO
25 29
26[peerinfo] 30[peerinfo]
27PORT = 12969 31PORT = 12969
32UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
28 33
29[core] 34[core]
30PORT = 12970 35PORT = 12970
36UNIXPATH = /tmp/gnunet-p1-service-core.sock
31#DEBUG = YES 37#DEBUG = YES
32#PREFIX = valgrind --tool=memcheck\ 38#PREFIX = valgrind --tool=memcheck\
33DEBUG = NO 39DEBUG = NO