LtTorrentStatus
Information about a torrent.
Properties
active_duration: number
v1.0
The number of seconds this torrent has been in the session in an active state (i.e not paused).
added_time: number
v1.0
The posix time when this torrent was added.
all_time_download: number
v1.0
The accumulated downloaded payload bytes. Persisted.
all_time_upload: number
v1.0
The accumulated uploaded payload bytes. Persisted.
announcing_to_dht: boolean
v1.0
announcing_to_lsd: boolean
v1.0
announcing_to_trackers: boolean
v1.0
block_size: number
v1.0
The size of a block in bytes. Typically 16kB.
completed_time: number
v1.0
The posix time when this torrent was finished. Returns 0 if the torrent is not yet finished.
connect_candidates: number
v1.0
The number of peers in the peer list that this is a candidate to be connected to.
connections_limit: number
v1.0
The set limit of number of connections for this torrent.
current_tracker: string
v1.0
The URL of the last working tracker. If no tracker request has been successful yet, it is set to an empty string.
distributed_copies: number
v1.0
The number of distributed copies of the torrent. This is a floating point representation where the integer part tells how many copies there are of the rarest piece(s) and the fractional part is the fraction of pieces that have more copies than the rarest piece(s).
down_bandwidth_queue: number
v1.0
The number of peers in this torrent that are waiting for more download bandwidth quota from the torrent rate limiter.