mirror of
https://github.com/monero-project/monero.git
synced 2025-06-24 20:10:30 -04:00
Merge pull request #2149
158c3ecf
core: thread most of handle_incoming_tx (moneromooo-monero)f57ee382
cryptonote_protocol: retry stale spans early (moneromooo-monero)90df52e1
cryptonote_protocol: light cleanup (moneromooo-monero)84e23156
cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)5be43fcd
cryptonote_protocol_handler: sync speedup (moneromooo-monero)
This commit is contained in:
commit
6db8a60a18
26 changed files with 1616 additions and 186 deletions
|
@ -53,6 +53,7 @@ namespace cryptonote
|
|||
std::unordered_set<crypto::hash> m_requested_objects;
|
||||
uint64_t m_remote_blockchain_height;
|
||||
uint64_t m_last_response_height;
|
||||
boost::posix_time::ptime m_last_request_time;
|
||||
epee::copyable_atomic m_callback_request_count; //in debug purpose: problem with double callback rise
|
||||
//size_t m_score; TODO: add score calculations
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue