mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Any way to download torrent in sequential order? #172

Closed mianharisali closed 7 years ago

mianharisali commented 8 years ago

If a torrent have full availability , how can we download it sequentially like 1 2 3...... Pieces. I tried request strategy sequential but it is not pure sequential and some time it throws exception. Any suggeation?

mpetazzoni commented 8 years ago

Can you provide more details on your issues with the sequential piece request strategy? It should download the pieces in the order they are available (which might not be exactly sequential if they are not available in the peer swarm). But it shouldn't be throwing exceptions, though.