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

Public Attributes

InfoHash id
 
InfoHash node_id
 
NodeStats ipv4 {}
 
NodeStats ipv6 {}
 
size_t ongoing_ops {0}
 
size_t storage_values {0}
 
size_t storage_size {0}
 
in_port_t bound4 {0}
 
in_port_t bound6 {0}
 

Detailed Description

Definition at line 79 of file callbacks.h.

Member Data Documentation

◆ bound4

in_port_t dht::NodeInfo::bound4 {0}

Definition at line 87 of file callbacks.h.

◆ bound6

in_port_t dht::NodeInfo::bound6 {0}

Definition at line 88 of file callbacks.h.

◆ id

InfoHash dht::NodeInfo::id

Definition at line 80 of file callbacks.h.

◆ ipv4

NodeStats dht::NodeInfo::ipv4 {}

Definition at line 82 of file callbacks.h.

◆ ipv6

NodeStats dht::NodeInfo::ipv6 {}

Definition at line 83 of file callbacks.h.

◆ node_id

InfoHash dht::NodeInfo::node_id

Definition at line 81 of file callbacks.h.

◆ ongoing_ops

size_t dht::NodeInfo::ongoing_ops {0}

Definition at line 84 of file callbacks.h.

◆ storage_size

size_t dht::NodeInfo::storage_size {0}

Definition at line 86 of file callbacks.h.

◆ storage_values

size_t dht::NodeInfo::storage_values {0}

Definition at line 85 of file callbacks.h.


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