gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32731 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32731 - gnunet/src/mesh
Date: Fri, 21 Mar 2014 19:44:36 +0100

Author: bartpolot
Date: 2014-03-21 19:44:36 +0100 (Fri, 21 Mar 2014)
New Revision: 32731

Added:
   gnunet/src/mesh/.profiler.template
Removed:
   gnunet/src/mesh/profiler.template
Modified:
   gnunet/src/mesh/run_profiler.sh
Log:
- hide template

Copied: gnunet/src/mesh/.profiler.template (from rev 32730, 
gnunet/src/mesh/profiler.template)
===================================================================
--- gnunet/src/mesh/.profiler.template                          (rev 0)
+++ gnunet/src/mesh/.profiler.template  2014-03-21 18:44:36 UTC (rev 32731)
@@ -0,0 +1,8 @@
address@hidden@ test_mesh.conf
+[testbed]
+OVERLAY_TOPOLOGY = RANDOM
+OVERLAY_RANDOM_LINKS = 200
+
+[transport]
+#MANIPULATE_DELAY_IN = 50 ms
+MANIPULATE_DELAY_OUT = 100 ms
\ No newline at end of file

Deleted: gnunet/src/mesh/profiler.template
===================================================================
--- gnunet/src/mesh/profiler.template   2014-03-21 18:44:34 UTC (rev 32730)
+++ gnunet/src/mesh/profiler.template   2014-03-21 18:44:36 UTC (rev 32731)
@@ -1,8 +0,0 @@
address@hidden@ test_mesh.conf
-[testbed]
-OVERLAY_TOPOLOGY = RANDOM
-OVERLAY_RANDOM_LINKS = 200
-
-[transport]
-#MANIPULATE_DELAY_IN = 50 ms
-MANIPULATE_DELAY_OUT = 100 ms
\ No newline at end of file

Modified: gnunet/src/mesh/run_profiler.sh
===================================================================
--- gnunet/src/mesh/run_profiler.sh     2014-03-21 18:44:34 UTC (rev 32730)
+++ gnunet/src/mesh/run_profiler.sh     2014-03-21 18:44:36 UTC (rev 32731)
@@ -16,6 +16,6 @@
 LINKS=`printf "%.0f" $LINKS`
 echo "using $PEERS peers, $LINKS links";
     
-sed -e "s/%LINKS%/$LINKS/g" profiler.template > profiler.conf
+sed -e "s/%LINKS%/$LINKS/g" .profiler.template > profiler.conf
 
 ./gnunet-mesh-profiler $PEERS




reply via email to

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