gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: add rekey udp test


From: gnunet
Subject: [gnunet] branch master updated: add rekey udp test
Date: Tue, 31 Dec 2019 05:21:40 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 658ba3f2b add rekey udp test
658ba3f2b is described below

commit 658ba3f2b74a7b5e4ec92211cded45cdf6af8105
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Dec 31 13:18:19 2019 +0900

    add rekey udp test
---
 .../test_communicator_udp_rekey_peer1.conf         | 32 ++++++++++++++++++++++
 .../test_communicator_udp_rekey_peer2.conf         | 32 ++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/src/transport/test_communicator_udp_rekey_peer1.conf 
b/src/transport/test_communicator_udp_rekey_peer1.conf
new file mode 100644
index 000000000..18028cd48
--- /dev/null
+++ b/src/transport/test_communicator_udp_rekey_peer1.conf
@@ -0,0 +1,32 @@
+@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/test-communicator-unix-1/nat.sock
+ENABLE_IPSCAN = YES
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
+
+[communicator-tcp]
+BINDTO = 60002
+DISABLE_V6 = YES
+REKEY_INTERVAL = 100ms
+
+[communicator-udp]
+BINDTO = 60002
diff --git a/src/transport/test_communicator_udp_rekey_peer2.conf 
b/src/transport/test_communicator_udp_rekey_peer2.conf
new file mode 100644
index 000000000..7d7179578
--- /dev/null
+++ b/src/transport/test_communicator_udp_rekey_peer2.conf
@@ -0,0 +1,32 @@
+@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
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
+
+[communicator-tcp]
+BINDTO = 60003
+DISABLE_V6 = YES
+REKEY_INTERVAL = 100ms
+
+[communicator-udp]
+BINDTO = 60003

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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