My Project 3.5.5
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::SecureDhtConfig Struct Reference

#include <callbacks.h>

Collaboration diagram for dht::SecureDhtConfig:

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: