gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: quic tests: add basic config files


From: gnunet
Subject: [gnunet] branch master updated: quic tests: add basic config files
Date: Thu, 03 Aug 2023 21:13:27 +0200

This is an automated email from the git hooks/post-receive script.

marshall pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ad6099e12 quic tests: add basic config files
ad6099e12 is described below

commit ad6099e12f1075879c5eed61c37f30061395d4a7
Author: marshall <stmr@umich.edu>
AuthorDate: Thu Aug 3 15:13:00 2023 -0400

    quic tests: add basic config files
---
 .../test_communicator_quic_basic_peer1.conf        | 45 ++++++++++++++++++++++
 .../test_communicator_quic_basic_peer2.conf        | 45 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/src/transport/test_communicator_quic_basic_peer1.conf 
b/src/transport/test_communicator_quic_basic_peer1.conf
new file mode 100644
index 000000000..d43752ecc
--- /dev/null
+++ b/src/transport/test_communicator_quic_basic_peer1.conf
@@ -0,0 +1,45 @@
+@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-quic]
+PORT = 52402
+
+[transport]
+#PORT = 60000
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
+
+[nat]
+UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/nat.sock
+ENABLE_IPSCAN = YES
+
+[peerstore]
+UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/peerstore.sock
+
+[statistics]
+PORT = 22461
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics_test_1.sock
+
+[resolver]
+PORT = 62089
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_1.sock
+
+[communicator-udp]
+# PREFIX = valgrind --leak-check=full --track-origins=yes 
--log-file=/tmp/vg_com1
+BINDTO = 60002
+DISABLE_V6 = YES
+MAX_QUEUE_LENGTH=5000
+
+[communicator-quic]
+BINDTO = 60002
+DISABLE_V6 = YES
diff --git a/src/transport/test_communicator_quic_basic_peer2.conf 
b/src/transport/test_communicator_quic_basic_peer2.conf
new file mode 100644
index 000000000..4fabc8a86
--- /dev/null
+++ b/src/transport/test_communicator_quic_basic_peer2.conf
@@ -0,0 +1,45 @@
+@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 = 52402
+
+[transport-quic]
+PORT = 52403
+
+[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
+
+[resolver]
+PORT = 62090
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock
+
+[communicator-udp]
+# PREFIX = valgrind --leak-check=full --track-origins=yes 
--log-file=/tmp/vg_com2
+BINDTO = 60003
+DISABLE_V6 = YES
+MAX_QUEUE_LENGTH=5000
+
+[communicator-quic]
+BINDTO = 60003
+DISABLE_V6 = YES
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]