diff options
author | nmoura/bombtrack <moura.nilton@gmail.com> | 2010-05-11 22:54:40 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:40 +0200 |
commit | ad0fd9e1b760e17cda9f10c52d4a46ea377e6e53 (patch) | |
tree | 871c35dba497b6cfc9718e2564939753728b9b08 /network/btpd/README | |
parent | 05de033c200b66efd1a6b04ef8d322c6d30978eb (diff) | |
download | slackbuilds-ad0fd9e1b760e17cda9f10c52d4a46ea377e6e53.tar.gz |
network/btpd: Added to 12.1 repository
Diffstat (limited to 'network/btpd/README')
-rw-r--r-- | network/btpd/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/btpd/README b/network/btpd/README new file mode 100644 index 0000000000..40dfc99531 --- /dev/null +++ b/network/btpd/README @@ -0,0 +1,17 @@ +BTPD is a bittorrent client consisting of a daemon and +client commands, which can be used to read and/or +manipulate the daemon state. The daemon is capable of +running several torrents simultaneously and only uses one +tcp port. It's fairly low on resource usage and should be +perfect for file distribution sites. Efficient downloads and +ease of use makes this client a good choice for the casual +user as well. + +Features: +* Runs multiple torrents simultaneously; +* Only uses one tcp port; +* Command line interface; +* Runs as a daemon; no need for constant gui or terminal; +* Bandwidth rate limiting for out- and inbound traffic; +* Supports the multitracker extension; +* Supports the key tracker extension. |