diff options
author | Eric Hameleers <alien@slackware.com> | 2010-05-11 15:01:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:26 +0200 |
commit | c02270d50c871f9d194b60301fa6083e2e1d3cc6 (patch) | |
tree | 0dc8e7ada6eb36d3cfe71e81edaf381ee643a818 /network/ctorrent/README | |
parent | 659d53a0c2c4c56d7c121043ea8dec6bc8f054af (diff) | |
download | slackbuilds-c02270d50c871f9d194b60301fa6083e2e1d3cc6.tar.gz |
network/ctorrent: Initial import
Diffstat (limited to 'network/ctorrent/README')
-rw-r--r-- | network/ctorrent/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/network/ctorrent/README b/network/ctorrent/README new file mode 100644 index 0000000000..bec3191639 --- /dev/null +++ b/network/ctorrent/README @@ -0,0 +1,26 @@ +CTorrent is a BitTorrent client implemented in C++ to be lightweight and quick. +The original has fallen a little behind in updates and bug fixes though. + +The files here contain the good work of those who wrote the original CTorrent +base code and a number of patches that provide fixes and enhancements, as well +as additional fixes and enhancements. + +The purpose of the Enhanced CTorrent effort is to fix problems that remain in +the code, modernize existing features and algorithms, and implement new +features while maintaining low overhead requirements and a high standard of +performance (both part of the original CTorrent design philosophy). +Highlights of the enhanced client include: + +* Support for large files (>2GB) and large torrents (>255 files) +* Strategic selection of pieces to request for download +* Continuous queueing of download requests, tuned based on latency and + throughput for each peer +* Improved download performance, including parallel requests in initial and + endgame modes +* Improved bandwidth regulation +* Improved compatibility with other peers +* Performance optimization and bug fixes +* An interface for monitoring and managing multiple clients +* Dynamic cache allocation and management, including prefetch +* Flexible console I/O redirection +* Interactive control commands and menus |