| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | protocol: fix reorgs while syncing | moneromooo-monero | 2017-08-12 | 1 | -80/+29 |
| | | |||||
| * | cryptonote_protocol: retry stale spans early | moneromooo-monero | 2017-08-07 | 1 | -0/+16 |
| | | | | | | | | | | | Connections can be dropped by the net_node layer, unbeknownst to cryptonote_protocol, which would then not flush any spans scheduled to that connection, which would cause it to be only downloaded again once it becomes the next span (possibly after a small delay if it had been requested less than 5 seconds ago). | ||||
| * | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 2017-08-07 | 1 | -0/+418 |
| 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. | |||||
