From: Christian Grothoff Date: Mon, 24 Oct 2011 09:16:05 +0000 (+0000) Subject: record more stats X-Git-Tag: initial-import-from-subversion-38251~16303 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8549b611cd6b8cbc83899baa1894b7bc635ffbc0;p=oweals%2Fgnunet.git record more stats --- diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c index 296a19bca..c5b4d544e 100644 --- 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},