|
My Project 3.5.5
C++ Distributed Hash Table
|

Public Attributes | |
| InfoHash | id |
| InfoHash | node_id |
| NodeStats | ipv4 {} |
| NodeStats | ipv6 {} |
| size_t | ongoing_ops {0} |
| size_t | storage_values {0} |
| size_t | storage_size {0} |
| in_port_t | bound4 {0} |
| in_port_t | bound6 {0} |
Definition at line 79 of file callbacks.h.
| in_port_t dht::NodeInfo::bound4 {0} |
Definition at line 87 of file callbacks.h.
| in_port_t dht::NodeInfo::bound6 {0} |
Definition at line 88 of file callbacks.h.
| InfoHash dht::NodeInfo::id |
Definition at line 80 of file callbacks.h.
| NodeStats dht::NodeInfo::ipv4 {} |
Definition at line 82 of file callbacks.h.
| NodeStats dht::NodeInfo::ipv6 {} |
Definition at line 83 of file callbacks.h.
| InfoHash dht::NodeInfo::node_id |
Definition at line 81 of file callbacks.h.
| size_t dht::NodeInfo::ongoing_ops {0} |
Definition at line 84 of file callbacks.h.
| size_t dht::NodeInfo::storage_size {0} |
Definition at line 86 of file callbacks.h.
| size_t dht::NodeInfo::storage_values {0} |
Definition at line 85 of file callbacks.h.