Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
CConnman::ReconnectionInfo Struct Reference

Struct for entries in m_reconnections. More...

Collaboration diagram for CConnman::ReconnectionInfo:
[legend]

Public Attributes

CAddress addr_connect
 
CSemaphoreGrant grant
 
std::string destination
 
ConnectionType conn_type
 
bool use_v2transport
 

Detailed Description

Struct for entries in m_reconnections.

Definition at line 1589 of file net.h.

Member Data Documentation

◆ addr_connect

CAddress CConnman::ReconnectionInfo::addr_connect

Definition at line 1591 of file net.h.

◆ conn_type

ConnectionType CConnman::ReconnectionInfo::conn_type

Definition at line 1594 of file net.h.

◆ destination

std::string CConnman::ReconnectionInfo::destination

Definition at line 1593 of file net.h.

◆ grant

CSemaphoreGrant CConnman::ReconnectionInfo::grant

Definition at line 1592 of file net.h.

◆ use_v2transport

bool CConnman::ReconnectionInfo::use_v2transport

Definition at line 1595 of file net.h.


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