My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Public Attributes | List of all members
dht::ProxyServerConfig Struct Reference
Collaboration diagram for dht::ProxyServerConfig:
Collaboration graph
[legend]

Public Attributes

std::string address {}
 
in_port_t port {8000}
 
std::string pushServer {}
 
std::string persistStatePath {}
 
dht::crypto::Identity identity {}
 
std::string bundleId {}
 

Detailed Description

Definition at line 65 of file dht_proxy_server.h.

Member Data Documentation

◆ address

std::string dht::ProxyServerConfig::address {}

Definition at line 66 of file dht_proxy_server.h.

◆ bundleId

std::string dht::ProxyServerConfig::bundleId {}

Definition at line 71 of file dht_proxy_server.h.

◆ identity

dht::crypto::Identity dht::ProxyServerConfig::identity {}

Definition at line 70 of file dht_proxy_server.h.

◆ persistStatePath

std::string dht::ProxyServerConfig::persistStatePath {}

Definition at line 69 of file dht_proxy_server.h.

◆ port

in_port_t dht::ProxyServerConfig::port {8000}

Definition at line 67 of file dht_proxy_server.h.

◆ pushServer

std::string dht::ProxyServerConfig::pushServer {}

Definition at line 68 of file dht_proxy_server.h.


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