aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 19:50:28 +0000
commitced6bf19685b9c9af19da50a021ca8ff169e7c77 (patch)
treebf0b6e89047ff49ab607c3d94d802f399ebf70f2 /src/dht/test_dht_multipeer.c
parentf472d7ba8cddab2559d1de2a68e8fbc4e26649da (diff)
downloadgnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.tar.gz
gnunet-ced6bf19685b9c9af19da50a021ca8ff169e7c77.zip
-more uniform naming of statisitcs
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 9649405b1..2be938c96 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -276,7 +276,7 @@ static struct StatValues stats[] = {
276 {"core", "# bytes encrypted", 0}, 276 {"core", "# bytes encrypted", 0},
277 {"core", "# type maps received", 0}, 277 {"core", "# type maps received", 0},
278 {"core", "# session keys confirmed via PONG", 0}, 278 {"core", "# session keys confirmed via PONG", 0},
279 {"core", "# entries in session map", 0}, 279 {"core", "# peers connected", 0},
280 {"core", "# key exchanges initiated", 0}, 280 {"core", "# key exchanges initiated", 0},
281 {"core", "# send requests dropped (disconnected)", 0}, 281 {"core", "# send requests dropped (disconnected)", 0},
282 {"core", "# transmissions delayed due to corking", 0}, 282 {"core", "# transmissions delayed due to corking", 0},