diff options
Diffstat (limited to 'libraries/libtorrent/README')
-rw-r--r-- | libraries/libtorrent/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libtorrent/README b/libraries/libtorrent/README index 9a163dd5c9..b9db835d71 100644 --- a/libraries/libtorrent/README +++ b/libraries/libtorrent/README @@ -1,7 +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. +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++. |