gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35005 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r35005 - gnunet/src/transport
Date: Mon, 26 Jan 2015 00:17:04 +0100

Author: grothoff
Date: 2015-01-26 00:17:04 +0100 (Mon, 26 Jan 2015)
New Revision: 35005

Modified:
   gnunet/src/transport/template_cfg_peer1.conf
   gnunet/src/transport/template_cfg_peer2.conf
   gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf
   gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf
Log:
-fix warnings created by ARM opening too many sockets with limited sockets 
testcase

Modified: gnunet/src/transport/template_cfg_peer1.conf
===================================================================
--- gnunet/src/transport/template_cfg_peer1.conf        2015-01-25 23:14:45 UTC 
(rev 35004)
+++ gnunet/src/transport/template_cfg_peer1.conf        2015-01-25 23:17:04 UTC 
(rev 35005)
@@ -1,6 +1,8 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
+GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
+GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
 
 [nat]
 RETURN_LOCAL_ADDRESSES = YES

Modified: gnunet/src/transport/template_cfg_peer2.conf
===================================================================
--- gnunet/src/transport/template_cfg_peer2.conf        2015-01-25 23:14:45 UTC 
(rev 35004)
+++ gnunet/src/transport/template_cfg_peer2.conf        2015-01-25 23:17:04 UTC 
(rev 35005)
@@ -1,6 +1,8 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
+GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
+GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
 
 [transport-tcp]
 PORT = 12100

Modified: gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf      
2015-01-25 23:14:45 UTC (rev 35004)
+++ gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer1.conf      
2015-01-25 23:17:04 UTC (rev 35005)
@@ -1,9 +1,7 @@
 @INLINE@ template_cfg_peer1.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
 
 [transport]
 PLUGINS = tcp
-
-
-

Modified: gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf      
2015-01-25 23:14:45 UTC (rev 35004)
+++ gnunet/src/transport/test_transport_api_limited_sockets_tcp_peer2.conf      
2015-01-25 23:17:04 UTC (rev 35005)
@@ -1,7 +1,8 @@
 @INLINE@ template_cfg_peer2.conf
address@hidden@ ../../contrib/no_autostart_above_core.conf
+
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
 
 [transport]
 PLUGINS = tcp
-




reply via email to

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