C++ Distributed Hash Table
Public Attributes | List of all members
dht::SecureDhtConfig Struct Reference

#include <callbacks.h>

Collaboration diagram for dht::SecureDhtConfig:
Collaboration graph
[legend]

Public Attributes

Config node_config {}
 
crypto::Identity id {}
 
bool cert_cache_all {false}
 

Detailed Description

SecureDht configuration.

Definition at line 151 of file callbacks.h.

Member Data Documentation

◆ cert_cache_all

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.


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