aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 23:17:04 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 23:17:04 +0000
commita31bab668764d3dcce73e40a4ac77b5bf84eb723 (patch)
tree96d341e630c1b78167963c14a126c5488ad5d99c /src/transport
parentc3fee331d5dd4784c7a793f5a63853101e1ceee3 (diff)
downloadgnunet-a31bab668764d3dcce73e40a4ac77b5bf84eb723.tar.gz
gnunet-a31bab668764d3dcce73e40a4ac77b5bf84eb723.zip
-fix warnings created by ARM opening too many sockets with limited sockets testcase
Diffstat (limited to 'src/transport')
-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