Bitcoin
Public Attributes | List of all members
anonymous_namespace{net_processing.cpp}::CNodeState::TxDownloadState Struct Reference

Public Attributes

std::multimap< int64_t, uint256m_tx_process_time
 
std::set< uint256m_tx_announced
 Store all the transactions a peer has recently announced. More...
 
std::map< uint256, int64_tm_tx_in_flight
 Store transactions which were requested by us, with timestamp. More...
 
int64_t m_check_expiry_timer {0}
 Periodically check for stuck getdata requests. More...
 

Member Data Documentation

◆ m_check_expiry_timer

int64_t anonymous_namespace{net_processing.cpp}::CNodeState::TxDownloadState::m_check_expiry_timer {0}

Periodically check for stuck getdata requests.

◆ m_tx_announced

std::set<uint256> anonymous_namespace{net_processing.cpp}::CNodeState::TxDownloadState::m_tx_announced

Store all the transactions a peer has recently announced.

◆ m_tx_in_flight

std::map<uint256, int64_t> anonymous_namespace{net_processing.cpp}::CNodeState::TxDownloadState::m_tx_in_flight

Store transactions which were requested by us, with timestamp.

◆ m_tx_process_time

std::multimap<int64_t, uint256> anonymous_namespace{net_processing.cpp}::CNodeState::TxDownloadState::m_tx_process_time

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