From b105a00fc382ba80a419d883300643d82d0022a2 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Mon, 13 Jan 2020 15:01:26 +0100 Subject: fix dist for tng 2/2 --- .../test_communicator_unix_basic_peer1.conf | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/transport/test_communicator_unix_basic_peer1.conf (limited to 'src/transport/test_communicator_unix_basic_peer1.conf') diff --git a/src/transport/test_communicator_unix_basic_peer1.conf b/src/transport/test_communicator_unix_basic_peer1.conf new file mode 100644 index 000000000..d50588007 --- /dev/null +++ b/src/transport/test_communicator_unix_basic_peer1.conf @@ -0,0 +1,30 @@ +@INLINE@ test_transport_defaults.conf + +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-communicator-unix-1/ + +[PEER] +PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-1/private.key + +[transport-tcp] +PORT = 52400 + +[transport-udp] +PORT = 52401 + +[transport] +PORT = 60000 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock + +[nat] +UNIXPATH = $GNUNET_TMP/communicator-unix-1/nat.sock +ENABLE_IPSCAN = YES + +[communicator-unix] +UNIXPATH = $GNUNET_RUNTIME_DIR/communicator-unix-1.sock + +[communicator-tcp] +BINDTO = 60002 + +[communicator-udp] +BINDTO = 60002 -- cgit v1.2.3