C++ Distributed Hash Table
Public Attributes | List of all members
dht::DhtRunner::Config Struct Reference
Collaboration diagram for dht::DhtRunner::Config:
Collaboration graph
[legend]

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::Certificateserver_ca
 
dht::crypto::Identity client_identity
 
SockAddr bind4 {}
 
SockAddr bind6 {}
 

Detailed Description

Definition at line 58 of file dhtrunner.h.


The documentation for this struct was generated from the following file: