Skip to content

v0.48.2

Compare
Choose a tag to compare
@jackrobison jackrobison released this 06 Dec 04:04

[0.48.2] - 2019-12-04

This release changes the behavior of downloads that fail to complete. Upon startup file downloads that were running at the previous shutdown are resumed - this remains the same. However, if these or later user initiated attempts to download files (get, file_set_status, file_save or via partial content requests) time out when downloading a blob (due to there not being any peers or the only peers who are found indicating that they do not have it) then the file will go into a stopped state. To re-attempt completing the download they must be resumed with file_set_status, get, file_save, or by reading via partial content requests. (#2650)

DHT

  • [new feature] Persist and restore the routing table (#2601) by mirgee