aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/template_cfg_peer1.conf2
-rw-r--r--src/transport/template_cfg_peer2.conf2
-rw-r--r--src/transport/test_transport_api_limited_sockets_tcp_peer1.conf4
-rw-r--r--src/transport/test_transport_api_limited_sockets_tcp_peer2.conf3
4 files changed, 7 insertions, 4 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index caab17154..b26f43bf4 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -1,6 +1,8 @@
1@INLINE@ test_transport_defaults.conf 1@INLINE@ test_transport_defaults.conf
2[PATHS] 2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/ 3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
4GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
5GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
4 6
5[nat] 7[nat]
6RETURN_LOCAL_ADDRESSES = YES 8RETURN_LOCAL_ADDRESSES = YES
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 45441ea9e..63c13c239 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -1,6 +1,8 @@
1@INLINE@ test_transport_defaults.conf 1@INLINE@ test_transport_defaults.conf
2[PATHS] 2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/ 3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
5GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
4 6
5[transport-tcp] 7[transport-tcp]
6PORT = 12100 8PORT = 12100
diff --git a/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf b/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf
index e9b61028c..3d30f84ea 100644
--- a/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf
+++ b/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf
@@ -1,9 +1,7 @@
1@INLINE@ template_cfg_peer1.conf 1@INLINE@ template_cfg_peer1.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
2[PATHS] 3[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/ 4GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
4 5
5[transport] 6[transport]
6PLUGINS = tcp 7PLUGINS = tcp
7
8
9
diff --git a/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf b/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf
index afb412cd0..09781b2a5 100644
--- a/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf
+++ b/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf
@@ -1,7 +1,8 @@
1@INLINE@ template_cfg_peer2.conf 1@INLINE@ template_cfg_peer2.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
2[PATHS] 4[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/ 5GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4 6
5[transport] 7[transport]
6PLUGINS = tcp 8PLUGINS = tcp
7