aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_unix_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_communicator_unix_peer2.conf')
-rw-r--r--src/transport/test_communicator_unix_peer2.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/transport/test_communicator_unix_peer2.conf b/src/transport/test_communicator_unix_peer2.conf
new file mode 100644
index 000000000..1897f4039
--- /dev/null
+++ b/src/transport/test_communicator_unix_peer2.conf
@@ -0,0 +1,27 @@
1@INLINE@ test_transport_defaults.conf
2
3[PATHS]
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
5
6[PEER]
7PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-2/private.key
8
9
10[transport-tcp]
11PORT = 52400
12
13[transport-udp]
14PORT = 52401
15
16[transport]
17PORT = 60001
18UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
19
20[communicator-unix]
21UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
22
23[communicator-tcp]
24BINDTO = 60003
25
26[communicator-udp]
27BINDTO = 60003