diff options
author | Tim Fitzhenry <tom@fitzhenry.name> | 2010-05-11 20:00:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:56 +0200 |
commit | e4222dbc274afe9561eace10b6eb0e79dbcc6630 (patch) | |
tree | eef0b8bb028fa2541df7361ebb29bc15b5062c83 /libraries/libtorrent/README | |
parent | 209640e811400436f4586dbc9307c7c98da3ac56 (diff) |
libraries/libtorrent: Added to 12.0 repository
Diffstat (limited to 'libraries/libtorrent/README')
-rw-r--r-- | libraries/libtorrent/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libtorrent/README b/libraries/libtorrent/README new file mode 100644 index 0000000000000..a6a37657a4f20 --- /dev/null +++ b/libraries/libtorrent/README @@ -0,0 +1,7 @@ +LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high +performance and good code. The library differentiates itself from other +implementations by transfering directly from file pages to the network stack. On +high-bandwidth connections it is able to seed at 3 times the speed of the +official client. + +This requires libsigc++ (libsigcxx in the SlackBuilds.org repository). |