rtorrent icon indicating copy to clipboard operation
rtorrent copied to clipboard

Fix partially done downloads and choke groups

Open chros73 opened this issue 9 years ago • 2 comments

Depends on:

  • https://github.com/rakshasa/libtorrent/issues/147 (Fix partially done downloads and choke groups)

For more info:

  • #564 (Bug in handling choke groups)
  • https://github.com/rakshasa/rtorrent/issues/144#issuecomment-282481528 (rtorrent 0.9.3/0.13.3: Issues with "partially" downloaded torrent. Never finishes, completion percentage)

Also closes:

  • #348 (stuck upload slots)

chros73 avatar Mar 06 '17 19:03 chros73

I modified the pull requests:

  • fix casting error in set_selected_size_bytes function in libtorrent
  • save it into session and reload it during restart (similarly to chunks_wanted) (libtorrent is also modified)
    • required by stopped torrents (update_priorities() method isn't triggered for them upon start)
  • remove d.set_selected_size_bytes command: it's not useful and not needed

I also updated the description with the changes.

chros73 avatar Mar 10 '18 21:03 chros73

Why hasn't this been merged in the past? It's a very much needed patch.

Jolly-Pirate avatar Dec 24 '22 19:12 Jolly-Pirate