Net-BitTorrent
view release on metacpan or search on metacpan
lib/Net/BitTorrent/Types.pod view on Meta::CPAN
The swarm is in magnet-mode, fetching the info dictionary.
=back
=head2 Piece Picking Strategies (C<:pick>)
=over
=item C<PICK_SEQUENTIAL>
Download pieces in order (0, 1, 2, ...). Useful for streaming.
=item C<PICK_RAREST_FIRST>
Download the pieces that are least common in the swarm first. Standard strategy.
=item C<PICK_STREAMING>
A hybrid strategy optimized for media playback.
=back
( run in 0.519 second using v1.01-cache-2.11-cpan-140bd7fdf52 )