|
My Project 3.7.9
C++ Distributed Hash Table
|
Public Member Functions | |
| unsigned | getKnownNodes () const |
| unsigned long | getNetworkSizeEstimation () const |
| std::string | toString () const |
Public Attributes | |
| unsigned | good_nodes {0} |
| unsigned | dubious_nodes {0} |
| unsigned | cached_nodes {0} |
| unsigned | incoming_nodes {0} |
| unsigned | table_depth {0} |
| unsigned | searches {0} |
| unsigned | node_cache_size {0} |
Definition at line 37 of file callbacks.h.
|
inline |
Definition at line 43 of file callbacks.h.
|
inline |
Definition at line 44 of file callbacks.h.
| unsigned dht::NodeStats::cached_nodes {0} |
Definition at line 39 of file callbacks.h.
| unsigned dht::NodeStats::dubious_nodes {0} |
Definition at line 39 of file callbacks.h.
| unsigned dht::NodeStats::good_nodes {0} |
Definition at line 39 of file callbacks.h.
| unsigned dht::NodeStats::incoming_nodes {0} |
Definition at line 39 of file callbacks.h.
| unsigned dht::NodeStats::node_cache_size {0} |
Definition at line 42 of file callbacks.h.
| unsigned dht::NodeStats::searches {0} |
Definition at line 41 of file callbacks.h.
| unsigned dht::NodeStats::table_depth {0} |
Definition at line 40 of file callbacks.h.