aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_normal_client_tcp_udp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/confs/c_normal_client_tcp_udp.conf')
-rw-r--r--src/integration-tests/confs/c_normal_client_tcp_udp.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/integration-tests/confs/c_normal_client_tcp_udp.conf b/src/integration-tests/confs/c_normal_client_tcp_udp.conf
index 5aaf8ee51..40757ba1b 100644
--- a/src/integration-tests/confs/c_normal_client_tcp_udp.conf
+++ b/src/integration-tests/confs/c_normal_client_tcp_udp.conf
@@ -1,39 +1,39 @@
1@INLINE@ confs/test_defaults.conf 1@INLINE@ confs/test_defaults.conf
2 2
3[arm] 3[arm]
4UNIXPATH = /tmp/test-service-arm-46 4UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5PORT = 20058 5PORT = 20058
6 6
7[lockmanager] 7[lockmanager]
8AUTOSTART = YES 8AUTOSTART = YES
9 9
10[core] 10[core]
11UNIXPATH = /tmp/test-service-core-45 11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-45
12PORT = 20057 12PORT = 20057
13 13
14[ats] 14[ats]
15UNIXPATH = /tmp/test-service-ats-51 15UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-ats-51
16PORT = 20066 16PORT = 20066
17 17
18[datastore] 18[datastore]
19UNIXPATH = /tmp/test-service-datastore-53 19UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-datastore-53
20PORT = 20068 20PORT = 20068
21 21
22[resolver] 22[resolver]
23UNIXPATH = /tmp/test-service-resolver-56 23UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-resolver-56
24PORT = 20071 24PORT = 20071
25 25
26[dht] 26[dht]
27UNIXPATH = /tmp/test-service-dht-43 27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dht-43
28PORT = 20054 28PORT = 20054
29 29
30[fs] 30[fs]
31UNIXPATH = /tmp/test-service-fs-48 31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
32PORT = 20059 32PORT = 20059
33 33
34[transport] 34[transport]
35PLUGINS = tcp udp 35PLUGINS = tcp udp
36UNIXPATH = /tmp/test-service-transport-50 36UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
37PORT = 20065 37PORT = 20065
38 38
39[transport-tcp] 39[transport-tcp]
@@ -44,7 +44,7 @@ ADVERTISED_PORT = 20064
44PORT = 0 44PORT = 0
45 45
46[peerinfo] 46[peerinfo]
47UNIXPATH = /tmp/test-service-peerinfo-52 47UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
48USE_INCLUDED_HELLOS = YES 48USE_INCLUDED_HELLOS = YES
49PORT = 20067 49PORT = 20067
50 50
@@ -52,7 +52,7 @@ PORT = 20067
52GNUNET_TEST_HOME = /tmp/c_normal_client 52GNUNET_TEST_HOME = /tmp/c_normal_client
53 53
54[nse] 54[nse]
55UNIXPATH = /tmp/test-service-nse-54 55UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
56PORT = 20069 56PORT = 20069
57 57
58[transport-http] 58[transport-http]