gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13649 - gnunet/src/transport
Date: Thu, 11 Nov 2010 14:28:59 +0100

Author: wachs
Date: 2010-11-11 14:28:59 +0100 (Thu, 11 Nov 2010)
New Revision: 13649

Modified:
   gnunet/src/transport/test_transport_api_tcp_peer1.conf
   gnunet/src/transport/test_transport_api_tcp_peer2.conf
Log:
Next try to fix the tcp reliability test problem
This config fixes the failing at least on my system


Modified: gnunet/src/transport/test_transport_api_tcp_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_tcp_peer1.conf      2010-11-11 
13:13:55 UTC (rev 13648)
+++ gnunet/src/transport/test_transport_api_tcp_peer1.conf      2010-11-11 
13:28:59 UTC (rev 13649)
@@ -1,7 +1,12 @@
 [transport-tcp]
+DISABLEV6 = YES
 PORT = 12368
 BINDTO = 127.0.0.1
-
+BEHIND_NAT = YES
+ONLY_NAT_ADDRESSES = YES
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
 [fs]
 AUTOSTART = NO
 
@@ -32,7 +37,7 @@
 
 [transport]
 PLUGINS = tcp
-DEBUG = NO
+#DEBUG = YES
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
 #PREFIX = valgrind --tool=memcheck --leak-check=full --log-file=transport%p
 ACCEPT_FROM6 = ::1;
@@ -90,10 +95,6 @@
 PORT = 12366
 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
-[transport-tcp]
-TIMEOUT = 300000
-PORT = 12368
-
 [TESTING]
 WEAKRANDOM = YES
 
@@ -101,7 +102,7 @@
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_tcp_peer1.conf
+#DEFAULTCONFIG = test_transport_api_tcp_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
 

Modified: gnunet/src/transport/test_transport_api_tcp_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_tcp_peer2.conf      2010-11-11 
13:13:55 UTC (rev 13648)
+++ gnunet/src/transport/test_transport_api_tcp_peer2.conf      2010-11-11 
13:28:59 UTC (rev 13649)
@@ -1,6 +1,11 @@
 [transport-tcp]
+DISABLEV6 = YES
 PORT = 22368
 BINDTO = 127.0.0.1
+BEHIND_NAT = NO
+ALLOW_NAT = YES
+EXTERNAL_ADDRESS = 127.0.0.1
+INTERNAL_ADDRESS = 127.0.0.1
 
 [core]
 AUTOSTART = NO
@@ -32,7 +37,7 @@
 
 [transport]
 PLUGINS = tcp
-DEBUG = NO
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -91,10 +96,6 @@
 PORT = 22366
 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
 
-[transport-tcp]
-TIMEOUT = 300000
-PORT = 22368
-
 [TESTING]
 WEAKRANDOM = YES
 
@@ -102,7 +103,7 @@
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_tcp_peer2.conf
+#DEFAULTCONFIG = test_transport_api_tcp_peer2.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
 
 




reply via email to

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