plugeth/eth/downloader
obscuren 05715f27cf eth: added a cancel method for the downloader
Added a cancel method to the downloader which gracefully shuts down any
active syncing process (hash fetching or block downloading) and resets
the queue and remove any pending blocks.

Issue with the downloader which would stall because of an active ongoing
process when an invalid block was found.
2015-05-10 00:34:07 +02:00
..
downloader_test.go eth: added a cancel method for the downloader 2015-05-10 00:34:07 +02:00
downloader.go eth: added a cancel method for the downloader 2015-05-10 00:34:07 +02:00
peer.go eth/downloader: prioritize block fetch based on chain position, cap memory use 2015-05-07 10:57:34 +03:00
queue_test.go eth/downloader: prioritize block fetch based on chain position, cap memory use 2015-05-07 10:57:34 +03:00
queue.go eth, eth/downloader: make synchronize thread safe 2015-05-07 21:07:20 +03:00