AnyEvent-BitTorrent
view release on metacpan or search on metacpan
Returns a packed binary string in ascending order (ready for `vec()`). Each
index that the client has or simply does not want is set to zero and the rest
are set to one.
This value is calculated every time the method is called. Keep that in mind.
## `complete( )`
Returns true if we have downloaded everything we [wanted](#wanted) which
is not to say that we have all data and can [seed](#seed).
## `seed( )`
Returns true if we have all data related to the torrent.
## `files( )`
Returns a list of hash references with the following keys:
- `length`
lib/AnyEvent/BitTorrent.pm view on Meta::CPAN
Returns a packed binary string in ascending order (ready for C<vec()>). Each
index that the client has or simply does not want is set to zero and the rest
are set to one.
This value is calculated every time the method is called. Keep that in mind.
=head2 C<complete( )>
Returns true if we have downloaded everything we L<wanted|/"wanted( )"> which
is not to say that we have all data and can L<seed|/"seed( )">.
=head2 C<seed( )>
Returns true if we have all data related to the torrent.
=head2 C<files( )>
Returns a list of hash references with the following keys:
=over
( run in 0.760 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )