arg
[oweals/gnunet.git] / src / fs / perf_gnunet_service_fs_p2p.c
index b02fd04e0cece4bfd7685ec5695244f376fe36a4..572585520610ac410c2a047adcb67ef23530337d 100644 (file)
@@ -81,6 +81,7 @@ struct StatValues
  */
 static struct StatValues stats[] =
   {
+    { "fs", "# artificial delays introduced (ms)"},
     { "fs", "# queries forwarded"},
     { "fs", "# replies received and matched"},
     { "fs", "# results found locally"},
@@ -93,7 +94,6 @@ static struct StatValues stats[] =
     { "fs", "# P2P searches discarded (queue length bound)"},
     { "fs", "# replies received for local clients"},
     { "fs", "# queries retransmitted to same target"},
-    { "fs", "cummulative artificial delay introduced (ms)"},
     { "core", "# bytes decrypted"},
     { "core", "# bytes encrypted"},
     { "core", "# discarded CORE_SEND requests"},
@@ -321,6 +321,8 @@ do_connect (void *cls,
                                   GNUNET_TESTING_TOPOLOGY_LINE,                                   
                                   GNUNET_TESTING_TOPOLOGY_OPTION_NONE,
                                   0.0,
+                                  TIMEOUT,
+                                  NUM_DAEMONS,
                                   &do_publish,
                                   NULL);
 }
@@ -372,4 +374,4 @@ main (int argc, char *argv[])
   return ok;
 }
 
-/* end of perf_gnunet_service_fs_p2p_index.c */
+/* end of perf_gnunet_service_fs_p2p.c */