projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c16c8
)
record more stats
author
Christian Grothoff
<christian@grothoff.org>
Mon, 24 Oct 2011 09:16:05 +0000
(09:16 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 24 Oct 2011 09:16:05 +0000
(09:16 +0000)
src/dht/test_dht_multipeer.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_multipeer.c
b/src/dht/test_dht_multipeer.c
index 296a19bcacd282270bfa9359df7298c16b72fcfe..c5b4d544e1c400947bc03ecfb5399506d06d64d0 100644
(file)
--- a/
src/dht/test_dht_multipeer.c
+++ b/
src/dht/test_dht_multipeer.c
@@
-259,6
+259,10
@@
struct StatValues
static struct StatValues stats[] = {
{"core", "# bytes decrypted", 0},
{"core", "# bytes encrypted", 0},
+ {"core", "# type maps received", 0},
+ {"core", "# session keys confirmed via PONG", 0},
+ {"core", "# entries in session map", 0},
+ {"core", "# key exchanges initiated", 0},
{"core", "# send requests dropped (disconnected)", 0},
{"core", "# transmissions delayed due to corking", 0},
{"core", "# messages discarded (expired prior to transmission)", 0},