gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15242 - gnunet/src/transport
Date: Tue, 17 May 2011 16:34:10 +0200

Author: wachs
Date: 2011-05-17 16:34:10 +0200 (Tue, 17 May 2011)
New Revision: 15242

Modified:
   gnunet/src/transport/test_transport_api_tcp_peer1.conf
   gnunet/src/transport/test_transport_api_tcp_peer2.conf
Log:
ALLOW_NAT is not even used in tcp plugin


Modified: gnunet/src/transport/test_transport_api_tcp_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_tcp_peer1.conf      2011-05-17 
14:05:44 UTC (rev 15241)
+++ gnunet/src/transport/test_transport_api_tcp_peer1.conf      2011-05-17 
14:34:10 UTC (rev 15242)
@@ -3,7 +3,7 @@
 PORT = 12368
 BINDTO = 127.0.0.1
 BEHIND_NAT = NO
-ALLOW_NAT = NO
+#ALLOW_NAT = NO
 ENABLE_UPNP = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
@@ -38,7 +38,7 @@
 
 [transport]
 PLUGINS = tcp
-#DEBUG = YES
+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;

Modified: gnunet/src/transport/test_transport_api_tcp_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_tcp_peer2.conf      2011-05-17 
14:05:44 UTC (rev 15241)
+++ gnunet/src/transport/test_transport_api_tcp_peer2.conf      2011-05-17 
14:34:10 UTC (rev 15242)
@@ -3,7 +3,7 @@
 PORT = 0
 BINDTO = 127.0.0.1
 BEHIND_NAT = NO
-ALLOW_NAT = NO
+#ALLOW_NAT = NO
 ENABLE_UPNP = NO
 EXTERNAL_ADDRESS = 127.0.0.1
 INTERNAL_ADDRESS = 127.0.0.1
@@ -38,7 +38,7 @@
 
 [transport]
 PLUGINS = tcp
-#DEBUG = YES
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50




reply via email to

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