|
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 151 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 160 of file callbacks.h.
1.8.14