mirror of
https://github.com/monero-project/monero.git
synced 2025-08-20 04:08: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
|
@ -120,10 +120,6 @@ cryptonote_protocol_handler_base::~cryptonote_protocol_handler_base() {
|
|||
}
|
||||
|
||||
void cryptonote_protocol_handler_base::handler_request_blocks_history(std::list<crypto::hash>& ids) {
|
||||
using namespace epee::net_utils;
|
||||
MDEBUG("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size());
|
||||
MDEBUG("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)");
|
||||
// TODO
|
||||
}
|
||||
|
||||
void cryptonote_protocol_handler_base::handler_response_blocks_now(size_t packet_size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue