gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15826 - in gnunet: . src/core src/dht src/dv src/fs src/te


From: gnunet
Subject: [GNUnet-SVN] r15826 - in gnunet: . src/core src/dht src/dv src/fs src/testing src/topology
Date: Sun, 3 Jul 2011 17:14:03 +0200

Author: grothoff
Date: 2011-07-03 17:14:03 +0200 (Sun, 03 Jul 2011)
New Revision: 15826

Modified:
   gnunet/TODO
   gnunet/src/core/test_core_api.c
   gnunet/src/core/test_core_api_peer1.conf
   gnunet/src/core/test_core_api_peer2.conf
   gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
   gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
   gnunet/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
   gnunet/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
   gnunet/src/core/test_core_quota_asymmetric_send_limited_peer1.conf
   gnunet/src/core/test_core_quota_asymmetric_send_limited_peer2.conf
   gnunet/src/core/test_core_quota_peer1.conf
   gnunet/src/core/test_core_quota_peer2.conf
   gnunet/src/dht/test_dht_api_peer1.conf
   gnunet/src/dht/test_dht_multipeer_data.conf
   gnunet/src/dht/test_dht_twopeer_data.conf
   gnunet/src/dht/test_dhtlog_data.conf
   gnunet/src/dv/test_transport_dv_data.conf
   gnunet/src/fs/fs_test_lib_data.conf
   gnunet/src/fs/test_fs_download_data.conf
   gnunet/src/fs/test_gnunet_service_fs_migration_data.conf
   gnunet/src/testing/test_testing_connect_peer1.conf
   gnunet/src/testing/test_testing_connect_peer2.conf
   gnunet/src/testing/test_testing_data.conf
   gnunet/src/testing/test_testing_data_remote.conf
   gnunet/src/testing/test_testing_data_topology_2d_torus.conf
   gnunet/src/testing/test_testing_data_topology_blacklist.conf
   gnunet/src/testing/test_testing_data_topology_churn.conf
   gnunet/src/testing/test_testing_data_topology_clique.conf
   gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
   gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
   gnunet/src/testing/test_testing_data_topology_clique_random.conf
   gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
   gnunet/src/testing/test_testing_data_topology_internat.conf
   gnunet/src/testing/test_testing_data_topology_none.conf
   gnunet/src/testing/test_testing_data_topology_ring.conf
   gnunet/src/testing/test_testing_data_topology_scale_free.conf
   gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
   gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
   gnunet/src/testing/test_testing_data_topology_stability.conf
   gnunet/src/testing/test_testing_peergroup_data.conf
   gnunet/src/topology/test_gnunet_daemon_topology_data.conf
Log:
invalid addresses cause transport trouble, removing to avoid for now

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/TODO 2011-07-03 15:14:03 UTC (rev 15826)
@@ -1,4 +1,9 @@
 0.9.0pre3:
+* connections fail if transport-plugin/nat produces 
+  some addresses that don't work (enable 'use_localaddr' with bindto for 
example,
+  so that some of the 'local' IPs do not work due to the bindto);  the result
+  seems to be that the plugin tries some of the broken addresses, fails and the
+  transport-level connection never comes up.
 * clean buildbots
 
 0.9.0pre4:

Modified: gnunet/src/core/test_core_api.c
===================================================================
--- gnunet/src/core/test_core_api.c     2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_api.c     2011-07-03 15:14:03 UTC (rev 15826)
@@ -35,6 +35,7 @@
 #include "gnunet_transport_service.h"
 
 #define VERBOSE GNUNET_NO
+
 #define START_ARM GNUNET_YES
 
 #define MTYPE 12345

Modified: gnunet/src/core/test_core_api_peer1.conf
===================================================================
--- gnunet/src/core/test_core_api_peer1.conf    2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/core/test_core_api_peer1.conf    2011-07-03 15:14:03 UTC (rev 
15826)
@@ -16,7 +16,7 @@
 #PREFIX= xterm -e xterm -T transport1 -e gdb --args
 #PREFIX = xterm -T transport1 -e gdb --args
 #PREFIX = xterm -T transport1 -e valgrind --tool=memcheck
-DEBUG = YES
+#DEBUG = YES
 
 [arm]
 PORT = 12466
@@ -32,16 +32,15 @@
 PORT = 12468
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 12469

Modified: gnunet/src/core/test_core_api_peer2.conf
===================================================================
--- gnunet/src/core/test_core_api_peer2.conf    2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/core/test_core_api_peer2.conf    2011-07-03 15:14:03 UTC (rev 
15826)
@@ -21,12 +21,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [arm]
 PORT = 22466
@@ -43,7 +43,6 @@
 PORT = 22468
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [peerinfo]
 PORT = 22469

Modified: gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf  
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf  
2011-07-03 15:14:03 UTC (rev 15826)
@@ -33,16 +33,15 @@
 PORT = 12488
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 12489

Modified: gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf  
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf  
2011-07-03 15:14:03 UTC (rev 15826)
@@ -34,16 +34,15 @@
 PORT = 22488
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 22489

Modified: gnunet/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_send_limit_peer1.conf    
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_send_limit_peer1.conf    
2011-07-03 15:14:03 UTC (rev 15826)
@@ -33,16 +33,15 @@
 PORT = 12488
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 12489

Modified: gnunet/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_send_limit_peer2.conf    
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_send_limit_peer2.conf    
2011-07-03 15:14:03 UTC (rev 15826)
@@ -34,16 +34,15 @@
 PORT = 22488
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 22489

Modified: gnunet/src/core/test_core_quota_asymmetric_send_limited_peer1.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_send_limited_peer1.conf  
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_send_limited_peer1.conf  
2011-07-03 15:14:03 UTC (rev 15826)
@@ -33,16 +33,15 @@
 PORT = 12428
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 12429

Modified: gnunet/src/core/test_core_quota_asymmetric_send_limited_peer2.conf
===================================================================
--- gnunet/src/core/test_core_quota_asymmetric_send_limited_peer2.conf  
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/core/test_core_quota_asymmetric_send_limited_peer2.conf  
2011-07-03 15:14:03 UTC (rev 15826)
@@ -34,16 +34,15 @@
 PORT = 22428
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 22429

Modified: gnunet/src/core/test_core_quota_peer1.conf
===================================================================
--- gnunet/src/core/test_core_quota_peer1.conf  2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/core/test_core_quota_peer1.conf  2011-07-03 15:14:03 UTC (rev 
15826)
@@ -33,17 +33,15 @@
 [transport-tcp]
 PORT = 12468
 BINDTO = 127.0.0.1
-#DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 12479

Modified: gnunet/src/core/test_core_quota_peer2.conf
===================================================================
--- gnunet/src/core/test_core_quota_peer2.conf  2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/core/test_core_quota_peer2.conf  2011-07-03 15:14:03 UTC (rev 
15826)
@@ -34,16 +34,15 @@
 PORT = 22478
 BINDTO = 127.0.0.1
 #DEBUG = YES
-USE_LOCALADDR = YES 
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 22479

Modified: gnunet/src/dht/test_dht_api_peer1.conf
===================================================================
--- gnunet/src/dht/test_dht_api_peer1.conf      2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/dht/test_dht_api_peer1.conf      2011-07-03 15:14:03 UTC (rev 
15826)
@@ -54,12 +54,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/dht/test_dht_multipeer_data.conf
===================================================================
--- gnunet/src/dht/test_dht_multipeer_data.conf 2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/dht/test_dht_multipeer_data.conf 2011-07-03 15:14:03 UTC (rev 
15826)
@@ -99,12 +99,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/dht/test_dht_twopeer_data.conf
===================================================================
--- gnunet/src/dht/test_dht_twopeer_data.conf   2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/dht/test_dht_twopeer_data.conf   2011-07-03 15:14:03 UTC (rev 
15826)
@@ -54,12 +54,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/dht/test_dhtlog_data.conf
===================================================================
--- gnunet/src/dht/test_dhtlog_data.conf        2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/dht/test_dhtlog_data.conf        2011-07-03 15:14:03 UTC (rev 
15826)
@@ -49,12 +49,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/dv/test_transport_dv_data.conf
===================================================================
--- gnunet/src/dv/test_transport_dv_data.conf   2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/dv/test_transport_dv_data.conf   2011-07-03 15:14:03 UTC (rev 
15826)
@@ -57,16 +57,14 @@
 [fs]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/fs/fs_test_lib_data.conf 2011-07-03 15:14:03 UTC (rev 15826)
@@ -18,12 +18,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [arm]
 PORT = 43466
@@ -41,7 +41,7 @@
 HOSTNAME = localhost
 
 [transport-tcp]
-TIMEOUT = 300000
+BINDTO = 127.0.0.1
 PORT = 43468
 
 [peerinfo]

Modified: gnunet/src/fs/test_fs_download_data.conf
===================================================================
--- gnunet/src/fs/test_fs_download_data.conf    2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/fs/test_fs_download_data.conf    2011-07-03 15:14:03 UTC (rev 
15826)
@@ -48,14 +48,10 @@
 
 [dhtcache]
 QUOTA=65536
-
 DATABASE=sqlite
+
 [mesh]
 AUTOSTART = NO
 
-
-
 [dns]
 AUTOSTART = NO
-
-

Modified: gnunet/src/fs/test_gnunet_service_fs_migration_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_service_fs_migration_data.conf    2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/fs/test_gnunet_service_fs_migration_data.conf    2011-07-03 
15:14:03 UTC (rev 15826)
@@ -70,13 +70,11 @@
 
 [dhtcache]
 QUOTA=65536
-
 DATABASE=sqlite
+
 [mesh]
 AUTOSTART = NO
 
-
-
 [dns]
 AUTOSTART = NO
 

Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2011-07-03 11:39:22 UTC 
(rev 15825)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2011-07-03 15:14:03 UTC 
(rev 15826)
@@ -59,12 +59,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2011-07-03 11:39:22 UTC 
(rev 15825)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2011-07-03 15:14:03 UTC 
(rev 15826)
@@ -57,16 +57,14 @@
 [mesh]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data.conf
===================================================================
--- gnunet/src/testing/test_testing_data.conf   2011-07-03 11:39:22 UTC (rev 
15825)
+++ gnunet/src/testing/test_testing_data.conf   2011-07-03 15:14:03 UTC (rev 
15826)
@@ -46,12 +46,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2011-07-03 11:39:22 UTC 
(rev 15825)
+++ gnunet/src/testing/test_testing_data_remote.conf    2011-07-03 15:14:03 UTC 
(rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-07-03 
15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-07-03 15:14:03 UTC (rev 15826)
@@ -52,16 +52,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_churn.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_churn.conf    2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_churn.conf    2011-07-03 
15:14:03 UTC (rev 15826)
@@ -47,16 +47,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2011-07-03 
15:14:03 UTC (rev 15826)
@@ -54,16 +54,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-07-03 15:14:03 UTC (rev 15826)
@@ -51,16 +51,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-07-03 15:14:03 UTC (rev 15826)
@@ -51,16 +51,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-07-03 15:14:03 UTC (rev 15826)
@@ -53,16 +53,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-07-03 15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2011-07-03 
15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_none.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_none.conf     2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_none.conf     2011-07-03 
15:14:03 UTC (rev 15826)
@@ -56,16 +56,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2011-07-03 
15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_scale_free.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-07-03 15:14:03 UTC (rev 15826)
@@ -49,16 +49,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-07-03 15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-07-03 15:14:03 UTC (rev 15826)
@@ -39,16 +39,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_data_topology_stability.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-07-03 11:39:22 UTC (rev 15825)
+++ gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-07-03 15:14:03 UTC (rev 15826)
@@ -53,16 +53,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/testing/test_testing_peergroup_data.conf
===================================================================
--- gnunet/src/testing/test_testing_peergroup_data.conf 2011-07-03 11:39:22 UTC 
(rev 15825)
+++ gnunet/src/testing/test_testing_peergroup_data.conf 2011-07-03 15:14:03 UTC 
(rev 15826)
@@ -56,16 +56,14 @@
 [dht]
 AUTOSTART = NO
 
-
-
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [dns]
 AUTOSTART = NO

Modified: gnunet/src/topology/test_gnunet_daemon_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2011-07-03 
11:39:22 UTC (rev 15825)
+++ gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2011-07-03 
15:14:03 UTC (rev 15826)
@@ -24,12 +24,12 @@
 
 [nat]
 DISABLEV6 = YES
-BINDTO = 127.0.0.1
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
 
 [peerinfo]
 PORT = 2669




reply via email to

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