diff options
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). |