![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <net.h>
Public Attributes | |
| NodeId | nodeid |
| std::chrono::seconds | m_last_send |
| std::chrono::seconds | m_last_recv |
| std::chrono::seconds | m_last_tx_time |
| std::chrono::seconds | m_last_block_time |
| std::chrono::seconds | m_connected |
| std::string | m_addr_name |
| int | nVersion |
| std::string | cleanSubVer |
| bool | fInbound |
| bool | m_bip152_highbandwidth_to |
| bool | m_bip152_highbandwidth_from |
| int | m_starting_height |
| uint64_t | nSendBytes |
| mapMsgTypeSize | mapSendBytesPerMsgType |
| uint64_t | nRecvBytes |
| mapMsgTypeSize | mapRecvBytesPerMsgType |
| NetPermissionFlags | m_permission_flags |
| std::chrono::microseconds | m_last_ping_time |
| std::chrono::microseconds | m_min_ping_time |
| std::string | addrLocal |
| CAddress | addr |
| CService | addrBind |
| Network | m_network |
| uint32_t | m_mapped_as |
| ConnectionType | m_conn_type |
| TransportProtocolType | m_transport_type |
| Transport protocol type. | |
| std::string | m_session_id |
| BIP324 session id string in hex, if any. | |
| ConnectionType CNodeStats::m_conn_type |
| NetPermissionFlags CNodeStats::m_permission_flags |
| std::string CNodeStats::m_session_id |
| TransportProtocolType CNodeStats::m_transport_type |
| mapMsgTypeSize CNodeStats::mapRecvBytesPerMsgType |
| mapMsgTypeSize CNodeStats::mapSendBytesPerMsgType |