From 2741db1300fddb17e39373fb9d649b7022ed81d3 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 27 Jan 2021 11:39:20 +0100 Subject: - add missing conf --- .../test_communicator_tcp_bidirect_peer1.conf | 48 ++++++++++++++++++++++ .../test_communicator_tcp_bidirect_peer2.conf | 44 ++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 src/transport/test_communicator_tcp_bidirect_peer1.conf create mode 100644 src/transport/test_communicator_tcp_bidirect_peer2.conf (limited to 'src') diff --git a/src/transport/test_communicator_tcp_bidirect_peer1.conf b/src/transport/test_communicator_tcp_bidirect_peer1.conf new file mode 100644 index 000000000..dbc227ac6 --- /dev/null +++ b/src/transport/test_communicator_tcp_bidirect_peer1.conf @@ -0,0 +1,48 @@ +@INLINE@ test_transport_defaults.conf + +[test-setup] +#PHASE_LONG=NO +#PHASE_SIZE=NO +#BURST_PACKETS_SHORT=1 + +[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/test-communicator-unix-1/nat.sock + +[peerstore] +UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/peerstore.sock + +[statistics] +PORT = 22461 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics_test_1.sock + +[communicator-unix] +UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock + +[communicator-tcp] +#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args +#PREFIX = valgrind --leak-check=full --track-origins=yes +BINDTO = 60002 +DISABLE_V6 = YES + +[communicator-udp] +BINDTO = 60002 + +[resolver] +PORT = 62089 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_1.sock diff --git a/src/transport/test_communicator_tcp_bidirect_peer2.conf b/src/transport/test_communicator_tcp_bidirect_peer2.conf new file mode 100644 index 000000000..b73157f0d --- /dev/null +++ b/src/transport/test_communicator_tcp_bidirect_peer2.conf @@ -0,0 +1,44 @@ +@INLINE@ test_transport_defaults.conf + +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/ + +[PEER] +PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-2/private.key + + +[transport-tcp] +PORT = 52400 + +[transport-udp] +PORT = 52401 + +[transport] +PORT = 60001 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock + +[nat] +UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/nat.sock + +[peerstore] +UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/peerstore.sock + +[statistics] +PORT = 22462 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics_test_2.sock + +[communicator-unix] +UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock + +[communicator-tcp] +#PREFIX = xterm -geometry 100x85 -T peer2 -e gdb --args +#PREFIX = valgrind --leak-check=full --track-origins=yes +BINDTO = 60003 +DISABLE_V6 = YES + +[communicator-udp] +BINDTO = 60003 + +[resolver] +PORT = 62090 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock -- cgit v1.2.3