aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-05 16:16:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-05 16:16:46 +0000
commit69a23725d6937db68fc8ca2fd1e8490220edc7de (patch)
treeb4a4060dfb25ccf18254e0b726120c9b6bef9ee5 /src/hostlist
parentcf96e25a7a3c3864bb936b1b82fd086ca8d16a5e (diff)
downloadgnunet-69a23725d6937db68fc8ca2fd1e8490220edc7de.tar.gz
gnunet-69a23725d6937db68fc8ca2fd1e8490220edc7de.zip
UNIX domain socket support
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf6
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf8
2 files changed, 13 insertions, 1 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
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
index c256c2829..dd47a27e6 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
@@ -4,21 +4,25 @@ DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer2.conf
4 4
5[resolver] 5[resolver]
6PORT = 22964 6PORT = 22964
7UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
7DEBUG = NO 8DEBUG = NO
8 9
9[transport] 10[transport]
10PORT = 22965 11PORT = 22965
12UNIXPATH = /tmp/gnunet-p2-service-transport.sock
11PLUGINS = tcp 13PLUGINS = tcp
12DEBUG = NO 14DEBUG = NO
13 15
14[arm] 16[arm]
15PORT = 22966 17PORT = 22966
18UNIXPATH = /tmp/gnunet-p2-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
18DEBUG = NO 21DEBUG = NO
19 22
20[statistics] 23[statistics]
21PORT = 22967 24PORT = 22967
25UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
22 26
23[transport-tcp] 27[transport-tcp]
24PORT = 22968 28PORT = 22968
@@ -26,9 +30,11 @@ DEBUG = NO
26 30
27[peerinfo] 31[peerinfo]
28PORT = 22969 32PORT = 22969
33UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
29 34
30[core] 35[core]
31PORT = 22970 36PORT = 22970
37UNIXPATH = /tmp/gnunet-p2-service-core.sock
32DEBUG = NO 38DEBUG = NO
33#PREFIX = valgrind --tool=memcheck 39#PREFIX = valgrind --tool=memcheck
34 40
@@ -52,4 +58,4 @@ DEBUG = NO
52AUTOSTART = NO 58AUTOSTART = NO
53 59
54[datastore] 60[datastore]
55AUTOSTART = NO \ No newline at end of file 61AUTOSTART = NO