The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::BitTorrent::Todo - TODO list for Perl module Net::BitTorrent

High priorities

  • ut_pex ...despite it being undocumented

Short term goals

  • Get speed limits working properly

  • Trim down the docs

  • DHT callbacks

  • Fast Ext (Fast set)

  • Everything marked inline as XXX (possible bugs) or TODO

  • Public quick resume interface

  • Make trackers keep track of their own complete/incomplete tally

    ...rather than stuffing their value in the parent tier.

Long term goals

  • Net::BitTorrent::Notes

  • Complete test suite

    Create a series of bad .torrent files to test N::B::Torrent with:

    • invalid pieces string

      • string length does not % 40 evenly

      • string is shorter than 40 chars

      • (piece_length * num_pieces) != total_size_of_torrent

  • Per-torrent transfer limits.

  • improve file handling

    • large torrents (> 4G) typically require 64bit math

    • intermediate .piece file to store incoming blocks

  • scripts/wx-gui-client.pl (perhaps)

  • PoCo::BitTorrent

Duke Nukem: Forever

  • Wire protocol encryption

Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

CPAN ID: SANKO

License and Legal

Copyright (C) 2008 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or http://www.perlfoundation.org/artistic_license_2_0. For clarification, see http://www.perlfoundation.org/artistic_2_0_notes.

When separated from the distribution, all POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See http://creativecommons.org/licenses/by-sa/3.0/us/legalcode. For clarification, see http://creativecommons.org/licenses/by-sa/3.0/us/.

Neither this module nor the Author is affiliated with BitTorrent, Inc.