aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index ed24c19bb..6881b61ed 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -83,6 +83,7 @@
83#define STAT_DISCONNECTS "# Disconnects received" 83#define STAT_DISCONNECTS "# Disconnects received"
84#define STAT_DUPLICATE_UID "# Duplicate UID's encountered (bad if any!)" 84#define STAT_DUPLICATE_UID "# Duplicate UID's encountered (bad if any!)"
85#define STAT_RECENT_SEEN "# recent requests seen again (routing loops, alternate paths)" 85#define STAT_RECENT_SEEN "# recent requests seen again (routing loops, alternate paths)"
86#define STAT_PEERS_KNOWN "# DHT Peers known"
86 87
87 88
88/** 89/**