Libtorrent is a C++ implementation of the BitTorrent protocol
http://www.rasterbar.com/products/libtorrent/
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.
The main goals of libtorrent are:
* to be cpu efficient
* to be memory efficient
* to be very easy to use
This package holds the sample client and example files for libtorrent-rasterbar.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/libtorrent-rasterbar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libtorrent-rasterbar-0.15.10.tar.gz | 0002623718 2.5 MB | |
libtorrent-rasterbar-0.15.9-missing-return.patch | 0000000331 331 Bytes | |
libtorrent-rasterbar.changes | 0000004555 4.45 KB | |
libtorrent-rasterbar.spec | 0000005456 5.33 KB |
Revision 9 (latest revision is 90)
Stephan Kulow (coolo)
accepted
request 112376
from
Ismail Dönmez (namtrac)
(revision 9)
- Upstream update to 0.15.10, bugfix release: + fixed peer_tos (type of service) setting + fix connection queue issue causing shutdown delays + fix overflow bug in progress_ppm field + don't filter local peers received from a non-local tracker + fix python deadlock when using python extensions + fixed small memory leak in DHT (forwarded request 112375 from Fisiu)
Comments 1
Curious if this is going to be updated. 1.2.7 came out May 31 and 2.0.0 is already RC status.