From 4cb7e23cef8a149ac1334519ff898cc05811ac66 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Jun 2011 22:08:36 +0000 Subject: add support for delays --- src/fs/perf_gnunet_service_fs_p2p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/perf_gnunet_service_fs_p2p.c') diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c index 3a5a62756..572585520 100644 --- a/src/fs/perf_gnunet_service_fs_p2p.c +++ b/src/fs/perf_gnunet_service_fs_p2p.c @@ -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"}, -- cgit v1.2.3