diff options
author | Brian Kysela <brian.kysela@gmail.com> | 2011-07-03 01:47:27 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-03 01:47:27 -0300 |
commit | b3ed81e1faee3051ece10c324ad8c44c3b15c16f (patch) | |
tree | 9e8ab36f3aa9ba99f333f5698b03057ede525d66 /libraries/libtorrent/README | |
parent | fbefc045a934320d623f3ce687b7ee8bfb6fb7bc (diff) | |
download | slackbuilds-b3ed81e1faee3051ece10c324ad8c44c3b15c16f.tar.gz |
libraries/libtorrent: Updated for version 0.12.9.
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++. |