My Project 3.2.0
C++ Distributed Hash Table
|
#include <callbacks.h>
Public Attributes | |
Config | node_config {} |
crypto::Identity | id {} |
bool | cert_cache_all {false} |
SecureDht configuration.
Definition at line 154 of file callbacks.h.
bool dht::SecureDhtConfig::cert_cache_all {false} |
Cache all encountered public keys and certificates, for use by the certificate store, putEncrypted and putSigned
Definition at line 163 of file callbacks.h.
crypto::Identity dht::SecureDhtConfig::id {} |
Definition at line 157 of file callbacks.h.
Config dht::SecureDhtConfig::node_config {} |
Definition at line 156 of file callbacks.h.