gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15255 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r15255 - gnunet/src/testing
Date: Wed, 18 May 2011 19:48:07 +0200

Author: wachs
Date: 2011-05-18 19:48:06 +0200 (Wed, 18 May 2011)
New Revision: 15255

Modified:
   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_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
Log:
changed confs


Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2011-05-18 15:16:20 UTC 
(rev 15254)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2011-05-18 17:48:06 UTC 
(rev 15255)
@@ -30,6 +30,7 @@
 
 [transport-tcp]
 PORT = 12568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 12569

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2011-05-18 15:16:20 UTC 
(rev 15254)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2011-05-18 17:48:06 UTC 
(rev 15255)
@@ -30,6 +30,7 @@
 
 [transport-tcp]
 PORT = 22568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 22569

Modified: gnunet/src/testing/test_testing_data.conf
===================================================================
--- gnunet/src/testing/test_testing_data.conf   2011-05-18 15:16:20 UTC (rev 
15254)
+++ gnunet/src/testing/test_testing_data.conf   2011-05-18 17:48:06 UTC (rev 
15255)
@@ -20,6 +20,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2011-05-18 15:16:20 UTC 
(rev 15254)
+++ gnunet/src/testing/test_testing_data_remote.conf    2011-05-18 17:48:06 UTC 
(rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-05-18 
15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2011-05-18 
17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2011-05-18 17:48:06 UTC (rev 15255)
@@ -23,6 +23,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_churn.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_churn.conf    2011-05-18 
15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_churn.conf    2011-05-18 
17:48:06 UTC (rev 15255)
@@ -22,6 +22,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2011-05-18 
15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2011-05-18 
17:48:06 UTC (rev 15255)
@@ -24,6 +24,7 @@
 [transport-tcp]
 PORT = 2568
 ENABLE_UPNP = NO
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_dfs.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_clique_dfs.conf       
2011-05-18 17:48:06 UTC (rev 15255)
@@ -22,6 +22,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2011-05-18 17:48:06 UTC (rev 15255)
@@ -22,6 +22,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2011-05-18 17:48:06 UTC (rev 15255)
@@ -24,6 +24,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2011-05-18 17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2011-05-18 
15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2011-05-18 
17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2011-05-18 
15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2011-05-18 
17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_scale_free.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_scale_free.conf       
2011-05-18 17:48:06 UTC (rev 15255)
@@ -22,6 +22,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2011-05-18 17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2011-05-18 17:48:06 UTC (rev 15255)
@@ -21,6 +21,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569

Modified: gnunet/src/testing/test_testing_data_topology_stability.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-05-18 15:16:20 UTC (rev 15254)
+++ gnunet/src/testing/test_testing_data_topology_stability.conf        
2011-05-18 17:48:06 UTC (rev 15255)
@@ -23,6 +23,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [transport-udp]
 PORT = 2568

Modified: gnunet/src/testing/test_testing_peergroup_data.conf
===================================================================
--- gnunet/src/testing/test_testing_peergroup_data.conf 2011-05-18 15:16:20 UTC 
(rev 15254)
+++ gnunet/src/testing/test_testing_peergroup_data.conf 2011-05-18 17:48:06 UTC 
(rev 15255)
@@ -20,6 +20,7 @@
 
 [transport-tcp]
 PORT = 2568
+USE_LOCALADDR = YES
 
 [peerinfo]
 PORT = 2569




reply via email to

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