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.conf63
1 files changed, 0 insertions, 63 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
deleted file mode 100644
index 40757ba1b..000000000
--- a/src/integration-tests/confs/c_normal_client_tcp_udp.conf
+++ /dev/null
@@ -1,63 +0,0 @@
1@INLINE@ confs/test_defaults.conf
2
3[arm]
4UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5PORT = 20058
6
7[lockmanager]
8AUTOSTART = YES
9
10[core]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-45
12PORT = 20057
13
14[ats]
15UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-ats-51
16PORT = 20066
17
18[datastore]
19UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-datastore-53
20PORT = 20068
21
22[resolver]
23UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-resolver-56
24PORT = 20071
25
26[dht]
27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dht-43
28PORT = 20054
29
30[fs]
31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
32PORT = 20059
33
34[transport]
35PLUGINS = tcp udp
36UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
37PORT = 20065
38
39[transport-tcp]
40PORT = 0
41ADVERTISED_PORT = 20064
42
43[transport-udp]
44PORT = 0
45
46[peerinfo]
47UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
48USE_INCLUDED_HELLOS = YES
49PORT = 20067
50
51[PATHS]
52GNUNET_TEST_HOME = /tmp/c_normal_client
53
54[nse]
55UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
56PORT = 20069
57
58[transport-http]
59PORT = 0
60
61[transport-https]
62PORT = 0
63