aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_connect_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_connect_peer2.conf')
-rw-r--r--src/testing/test_testing_connect_peer2.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index 5e8ae7a18..5d4237343 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -4,10 +4,12 @@ DEFAULTCONFIG = test_testing_connect_peer2.conf
4 4
5[resolver] 5[resolver]
6PORT = 22564 6PORT = 22564
7UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
7HOSTNAME = localhost 8HOSTNAME = localhost
8 9
9[transport] 10[transport]
10PORT = 22565 11PORT = 22565
12UNIXPATH = /tmp/gnunet-p2-service-transport.sock
11HOSTNAME = localhost 13HOSTNAME = localhost
12PLUGINS = tcp 14PLUGINS = tcp
13#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args 15#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
@@ -15,12 +17,14 @@ PLUGINS = tcp
15 17
16[arm] 18[arm]
17PORT = 22566 19PORT = 22566
20UNIXPATH = /tmp/gnunet-p2-service-arm.sock
18DEFAULTSERVICES = 21DEFAULTSERVICES =
19HOSTNAME = localhost 22HOSTNAME = localhost
20#DEBUG = YES 23#DEBUG = YES
21 24
22[statistics] 25[statistics]
23PORT = 22567 26PORT = 22567
27UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
24HOSTNAME = localhost 28HOSTNAME = localhost
25 29
26[transport-tcp] 30[transport-tcp]
@@ -28,10 +32,12 @@ PORT = 22568
28 32
29[peerinfo] 33[peerinfo]
30PORT = 22569 34PORT = 22569
35UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
31HOSTNAME = localhost 36HOSTNAME = localhost
32 37
33[core] 38[core]
34PORT = 22570 39PORT = 22570
40UNIXPATH = /tmp/gnunet-p2-service-core.sock
35HOSTNAME = localhost 41HOSTNAME = localhost
36#DEBUG = YES 42#DEBUG = YES
37 43