Package libtorrent: Information

    Source package: libtorrent
    Version: 0.13.8-alt3
    Build time:  Aug 2, 2023, 01:51 AM
    Category: System/Libraries
    Report package bug
    License: GPLv2+
    Summary: libTorrent is a BitTorrent library written in C++ for *nix
    Description: 
    libTorrent is designed to avoid redundant copying and storing of data
    that other clients and libraries suffer from. libTorrent features:
    
    * The client has full control over the polling of sockets.
    * Sigc++ signals makes it easy for the client to react to events.
    * Fast resume which checks the file modification time.
    * Direct reading and writing from network to mmap'ed files.
    * File hash check uses the same thread; client can control the rate;
      non-blocking and preload to memory with the mincore and madvise.
    * File handler: fine-grained use of file read/write permissions, allows
      seeding of read-only files; allows torrents with unlimited number of
      files; opens closed files when mapping chunks to memory, with graceful
      error handling; support for files larger than 2 GB; different download
      priorities for files in the torrent.
    * Multi-tracker support.
    * No dependency on any specific HTTP library, the client implements a
      wrapper class.
    * Dynamic request pipe size.
    * Upload and download throttle.
    * And much more...

    List of rpms provided by this srpm:
    libtorrent-devel (riscv64)
    libtorrent21 (riscv64)
    libtorrent21-debuginfo (riscv64)

    Maintainer: Ilya Kurdyukov


      1. cppunit-devel
      2. libsigc++2.0-devel
      3. gcc-c++
      4. libssl-devel
      5. zlib-devel

    Last changed


    Sept. 20, 2021 Ilya Kurdyukov 3:0.13.8-alt3
    - Fixed build for Elbrus.
    Sept. 1, 2021 Aleksei Nikiforov 3:0.13.8-alt2
    - Disabled LTO.
    June 4, 2020 Aleksei Nikiforov 3:0.13.8-alt1
    - Updated to upstream version 0.13.8.