@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentTrackerEndpoint

    interface TorrentTrackerEndpoint {
        bt_version: string;
        min_announce: number;
        msg: string;
        name: string;
        next_announce: number;
        num_downloaded: number;
        num_leeches: number;
        num_peers: number;
        num_seeds: number;
        status: TorrentTrackerStatus;
        updating: boolean;
    }
    Index

    Properties

    bt_version: string

    BitTorrent protocol version used by this endpoint

    min_announce: number

    Minimum seconds until next announce

    msg: string

    Tracker endpoint message

    name: string

    Tracker endpoint name

    next_announce: number

    Seconds until next announce

    num_downloaded: number

    Number of completed downloads reported by this endpoint

    num_leeches: number

    Number of leeches reported by this endpoint

    num_peers: number

    Number of peers reported by this endpoint

    num_seeds: number

    Number of seeds reported by this endpoint

    Tracker endpoint status. See TorrentTrackerStatus.

    updating: boolean

    True if this endpoint is currently announcing