libtorrent 2.0.10

libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops. It boasts a well documented library interface that is easy to use. It comes with a simple bittorrent client demonstrating the use of the library. The main goals of libtorrent are: to be CPU efficient to be memory efficient to be very easy to use

Tags library bittorrent client cpp python
License BSDL-2
State stable

Recent Releases

2.0.1020 Feb 2024 12:27 minor feature: * allow on_unknown_torrent method in the absence of active torrents (new plugin feature added) * add feature to async_move_storage() to not move files * fix reject resume data if it contains mismatching info hashes * fix clear the candidate_cache when clear peer_list * fix missing python converter for dht::announce_flags_t