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

How to choose specific pieces to download? #179

Closed Mohamed-Mosaad closed 8 years ago

mpetazzoni commented 8 years ago

If you're using ttorrent as a library (and not just as a command-line tool), you can simply pass in the appropriate RequestStrategy to the SharedTorrent constructor:

https://github.com/mpetazzoni/ttorrent/blob/7acb2d0af3d007f8e64a35172b69713212177004/core/src/main/java/com/turn/ttorrent/client/SharedTorrent.java#L161