summaryrefslogtreecommitdiff
path: root/tests/unit_tests/block_queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* protocol: fix reorgs while syncingmoneromooo-monero2017-08-121-188/+0
|
* cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+275
A block queue is now placed between block download and block processing. Blocks are now requested only from one peer (unless starved). Includes a new sync_info coommand.