My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
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 154 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 163 of file callbacks.h.

◆ id

crypto::Identity dht::SecureDhtConfig::id {}

Definition at line 157 of file callbacks.h.

◆ node_config

Config dht::SecureDhtConfig::node_config {}

Definition at line 156 of file callbacks.h.


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