[doc] clarify getdata limit after #14897

GETDATA is limited to blocks and transactions now and can't be used for other non-block data
pull/826/head
Michael Polzer 6 years ago committed by GitHub
parent f9775a8655
commit c119ba3c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3877,7 +3877,7 @@ bool PeerLogicValidation::SendMessages(CNode* pto)
}
//
// Message: getdata (non-blocks)
// Message: getdata (transactions)
//
auto& tx_process_time = state.m_tx_download.m_tx_process_time;
while (!tx_process_time.empty() && tx_process_time.begin()->first <= nNow && state.m_tx_download.m_tx_in_flight.size() < MAX_PEER_TX_IN_FLIGHT) {

Loading…
Cancel
Save