|
C++ Distributed Hash Table
|

Public Attributes | |
| SecureDhtConfig | dht_config {} |
| bool | threaded {true} |
| std::string | proxy_server {} |
| std::string | push_node_id {} |
| std::string | push_token {} |
| bool | peer_discovery {false} |
| bool | peer_publish {false} |
| std::shared_ptr< dht::crypto::Certificate > | server_ca |
| dht::crypto::Identity | client_identity |
| SockAddr | bind4 {} |
| SockAddr | bind6 {} |
Definition at line 58 of file dhtrunner.h.
1.8.14