gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: TNG testing: Add config fil


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: TNG testing: Add config files
Date: Sun, 07 Jul 2019 22:36:14 +0200

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

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9a1b68eb6 TNG testing: Add config files
9a1b68eb6 is described below

commit 9a1b68eb61189276e5cb862cd78bf6128da0d007
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Jul 7 22:34:00 2019 +0200

    TNG testing: Add config files
---
 src/transport/test_communicator_1.conf | 23 +++++++++++++++++++++++
 src/transport/test_communicator_2.conf | 23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/src/transport/test_communicator_1.conf 
b/src/transport/test_communicator_1.conf
new file mode 100644
index 000000000..af221e1d3
--- /dev/null
+++ b/src/transport/test_communicator_1.conf
@@ -0,0 +1,23 @@
+@INLINE@ test_transport_defaults.conf
+
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
+
+[transport-tcp]
+PORT = 52400
+
+[transport-udp]
+PORT = 52401
+
+[transport]
+PORT = 60000
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
+
+[communicator-tcp]
+BINDTO = 60002
+
+[communicator-udp]
+BINDTO = 60002
diff --git a/src/transport/test_communicator_2.conf 
b/src/transport/test_communicator_2.conf
new file mode 100644
index 000000000..46a132648
--- /dev/null
+++ b/src/transport/test_communicator_2.conf
@@ -0,0 +1,23 @@
+@INLINE@ test_transport_defaults.conf
+
+[PATHS]
+GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
+
+[transport-tcp]
+PORT = 52400
+
+[transport-udp]
+PORT = 52401
+
+[transport]
+PORT = 60001
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
+
+[communicator-unix]
+UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
+
+[communicator-tcp]
+BINDTO = 60003
+
+[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]