aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_multipeer.c4
1 files changed, 4 insertions, 0 deletions
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
259static struct StatValues stats[] = { 259static struct StatValues stats[] = {
260 {"core", "# bytes decrypted", 0}, 260 {"core", "# bytes decrypted", 0},
261 {"core", "# bytes encrypted", 0}, 261 {"core", "# bytes encrypted", 0},
262 {"core", "# type maps received", 0},
263 {"core", "# session keys confirmed via PONG", 0},
264 {"core", "# entries in session map", 0},
265 {"core", "# key exchanges initiated", 0},
262 {"core", "# send requests dropped (disconnected)", 0}, 266 {"core", "# send requests dropped (disconnected)", 0},
263 {"core", "# transmissions delayed due to corking", 0}, 267 {"core", "# transmissions delayed due to corking", 0},
264 {"core", "# messages discarded (expired prior to transmission)", 0}, 268 {"core", "# messages discarded (expired prior to transmission)", 0},