aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_communicator_1.conf23
-rw-r--r--src/transport/test_communicator_2.conf23
2 files changed, 46 insertions, 0 deletions
diff --git a/src/transport/test_communicator_1.conf b/src/transport/test_communicator_1.conf
new file mode 100644
index 000000000..af221e1d3
--- /dev/null
+++ b/src/transport/test_communicator_1.conf
@@ -0,0 +1,23 @@
1@INLINE@ test_transport_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
5
6[transport-tcp]
7PORT = 52400
8
9[transport-udp]
10PORT = 52401
11
12[transport]
13PORT = 60000
14UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
15
16[communicator-unix]
17UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
18
19[communicator-tcp]
20BINDTO = 60002
21
22[communicator-udp]
23BINDTO = 60002
diff --git a/src/transport/test_communicator_2.conf b/src/transport/test_communicator_2.conf
new file mode 100644
index 000000000..46a132648
--- /dev/null
+++ b/src/transport/test_communicator_2.conf
@@ -0,0 +1,23 @@
1@INLINE@ test_transport_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
5
6[transport-tcp]
7PORT = 52400
8
9[transport-udp]
10PORT = 52401
11
12[transport]
13PORT = 60001
14UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
15
16[communicator-unix]
17UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
18
19[communicator-tcp]
20BINDTO = 60003
21
22[communicator-udp]
23BINDTO = 60003