aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_multi_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_multi_peer2.conf')
-rw-r--r--src/transport/test_transport_api_multi_peer2.conf35
1 files changed, 12 insertions, 23 deletions
diff --git a/src/transport/test_transport_api_multi_peer2.conf b/src/transport/test_transport_api_multi_peer2.conf
index ca7a505c9..fcfc1db03 100644
--- a/src/transport/test_transport_api_multi_peer2.conf
+++ b/src/transport/test_transport_api_multi_peer2.conf
@@ -1,5 +1,5 @@
1[transport-tcp] 1[transport-tcp]
2PORT = 40001 2PORT = 12150
3USE_LOCALADDR = YES 3USE_LOCALADDR = YES
4 4
5[nat] 5[nat]
@@ -12,11 +12,11 @@ EXTERNAL_ADDRESS = 127.0.0.1
12INTERNAL_ADDRESS = 127.0.0.1 12INTERNAL_ADDRESS = 127.0.0.1
13 13
14[transport-udp] 14[transport-udp]
15PORT = 40002 15PORT = 12151
16USE_LOCALADDR = YES 16USE_LOCALADDR = YES
17 17
18[transport-http] 18[transport-http]
19PORT = 40003 19PORT = 12152
20DEBUG = NO 20DEBUG = NO
21USE_IPv6 = YES 21USE_IPv6 = YES
22USE_IPv4 = YES 22USE_IPv4 = YES
@@ -25,7 +25,7 @@ USE_IPv4 = YES
25USE_LOCALADDR = YES 25USE_LOCALADDR = YES
26 26
27[transport-https] 27[transport-https]
28PORT = 40004 28PORT = 12153
29DEBUG = NO 29DEBUG = NO
30USE_IPv6 = YES 30USE_IPv6 = YES
31USE_IPv4 = YES 31USE_IPv4 = YES
@@ -34,7 +34,7 @@ USE_IPv4 = YES
34USE_LOCALADDR = YES 34USE_LOCALADDR = YES
35 35
36[transport-unix] 36[transport-unix]
37PORT = 40005 37PORT = 12154
38 38
39[core] 39[core]
40AUTOSTART = NO 40AUTOSTART = NO
@@ -44,18 +44,7 @@ AUTOSTART = NO
44 44
45[datastore] 45[datastore]
46AUTOSTART = NO 46AUTOSTART = NO
47[mesh] 47
48AUTOSTART = YES
49PORT = 10512
50HOSTNAME = localhost
51HOME = $SERVICEHOME
52CONFIG = $DEFAULTCONFIG
53BINARY = gnunet-service-mesh
54ACCEPT_FROM = 127.0.0.1;
55ACCEPT_FROM6 = ::1;
56UNIXPATH = /tmp/gnunet-service-mesh2.sock
57UNIX_MATCH_UID = YES
58UNIX_MATCH_GID = YES
59[hostlist] 48[hostlist]
60HTTP-PROXY = 49HTTP-PROXY =
61SERVERS = http://gnunet.org:8080/ 50SERVERS = http://gnunet.org:8080/
@@ -86,7 +75,7 @@ BINARY = gnunet-service-transport
86CONFIG = $DEFAULTCONFIG 75CONFIG = $DEFAULTCONFIG
87HOME = $SERVICEHOME 76HOME = $SERVICEHOME
88HOSTNAME = localhost 77HOSTNAME = localhost
89PORT = 22365 78PORT = 12155
90UNIXPATH = /tmp/gnunet-p2-service-transport.sock 79UNIXPATH = /tmp/gnunet-p2-service-transport.sock
91#PREFIX = valgrind --tool=callgrind 80#PREFIX = valgrind --tool=callgrind
92#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 81#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
@@ -101,7 +90,7 @@ BINARY = gnunet-service-peerinfo
101CONFIG = $DEFAULTCONFIG 90CONFIG = $DEFAULTCONFIG
102HOME = $SERVICEHOME 91HOME = $SERVICEHOME
103HOSTNAME = localhost 92HOSTNAME = localhost
104PORT = 22369 93PORT = 12156
105UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 94UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
106 95
107[resolver] 96[resolver]
@@ -111,7 +100,7 @@ BINARY = gnunet-service-resolver
111CONFIG = $DEFAULTCONFIG 100CONFIG = $DEFAULTCONFIG
112HOME = $SERVICEHOME 101HOME = $SERVICEHOME
113HOSTNAME = localhost 102HOSTNAME = localhost
114PORT = 22364 103PORT = 12157
115UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 104UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
116 105
117[statistics] 106[statistics]
@@ -122,7 +111,7 @@ BINARY = gnunet-service-statistics
122CONFIG = $DEFAULTCONFIG 111CONFIG = $DEFAULTCONFIG
123HOME = $SERVICEHOME 112HOME = $SERVICEHOME
124HOSTNAME = localhost 113HOSTNAME = localhost
125PORT = 22367 114PORT = 12158
126UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 115UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
127 116
128[arm] 117[arm]
@@ -133,7 +122,7 @@ BINARY = gnunet-service-arm
133CONFIG = $DEFAULTCONFIG 122CONFIG = $DEFAULTCONFIG
134HOME = $SERVICEHOME 123HOME = $SERVICEHOME
135HOSTNAME = localhost 124HOSTNAME = localhost
136PORT = 22366 125PORT = 12159
137UNIXPATH = /tmp/gnunet-p2-service-arm.sock 126UNIXPATH = /tmp/gnunet-p2-service-arm.sock
138 127
139[TESTING] 128[TESTING]
@@ -144,7 +133,7 @@ HOSTKEY = $SERVICEHOME/.hostkey
144 133
145[PATHS] 134[PATHS]
146DEFAULTCONFIG = test_transport_api_multi_peer2.conf 135DEFAULTCONFIG = test_transport_api_multi_peer2.conf
147SERVICEHOME = /tmp/test-gnunetd-transport-multi-peer-2/ 136SERVICEHOME = /tmp/test-transport/api-multi-p2/
148 137
149 138
150[dht] 139[dht]