gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35962 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35962 - gnunet/src/rps
Date: Sat, 20 Jun 2015 16:21:02 +0200

Author: ch3
Date: 2015-06-20 16:21:02 +0200 (Sat, 20 Jun 2015)
New Revision: 35962

Modified:
   gnunet/src/rps/test_rps.c
   gnunet/src/rps/test_rps.conf
Log:
-clean logging dir before running profiler

Modified: gnunet/src/rps/test_rps.c
===================================================================
--- gnunet/src/rps/test_rps.c   2015-06-20 13:48:34 UTC (rev 35961)
+++ gnunet/src/rps/test_rps.c   2015-06-20 14:21:02 UTC (rev 35962)
@@ -1193,8 +1193,9 @@
 
     num_peers = 50;
 
+    (void) GNUNET_DISK_directory_remove ("/tmp/rps/");
     GNUNET_DISK_directory_create ("/tmp/rps/");
-    //timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90);
+    timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90);
   }
 
   rps_peers = GNUNET_new_array (num_peers, struct RPSPeer);

Modified: gnunet/src/rps/test_rps.conf
===================================================================
--- gnunet/src/rps/test_rps.conf        2015-06-20 13:48:34 UTC (rev 35961)
+++ gnunet/src/rps/test_rps.conf        2015-06-20 14:21:02 UTC (rev 35962)
@@ -27,7 +27,7 @@
 OVERLAY_TOPOLOGY = SMALL_WORLD
 #SCALE_FREE_TOPOLOGY_CAP = 
 
-OVERLAY_RANDOM_LINKS = 5
+OVERLAY_RANDOM_LINKS = 25
 
 SETUP_TIMEOUT = 2 m
 




reply via email to

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