mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
7c76d40a4d
* Unify the line endings to the Unix style (LF only). * Fix (where possible) or remove broken links. * Improve the documentation. Fix or remove broken links (depending on whether I could find a working version of the resource). Change all links to use HTTPS instead of HTTP. Unify the capitalizations (e.g. uppercase abbreviations, capitalize proper names and downcase other words). Fix or improve some parts of the text, clarifying what is meant. Improve some parts of the program examples (e.g. only use root privileges where really required).
2.4 KiB
2.4 KiB
Transmission keeps working information on each torrent in a "resume" file. This file is stored in the 'resume' directory.
Filename: <torrent file name>.<hash?>.resume
The file contains the following per-torrent properties:
Property | Description |
---|---|
activity-date | Date we last uploaded/downloaded a piece of data |
added-date | Date torrent was added |
corrupt | total number of corrupt bytes downloaded |
done-date | Date torrent finished downloading |
destination | Download directory |
dnd | Do not download file integer list (one item per file in torrent) 0=download, 1=dnd |
downloaded | Total non-corrupt bytes downloaded |
incomplete-dir | Location of incomplete torrent files |
max-peers | Maximum number of connected peers |
paused | true if torrent is paused |
peers2 | IPv4 peers |
peers2-6 | IPv6 peers |
priority | list of file download priorities (one item per file in torrent), each value is -1 (low), 0 (std), +1 (high) |
bandwidth-priority | |
progress | |
speed-limit | |
speed-limit-up | Torrent upload speed limit |
speed-limit-down | Torrent download speed limit |
ratio-limit | Torrent file limit |
uploaded | |
speed | |
use-global-speed-limit | |
use-speed-limit | |
down-speed | |
down-mode | |
up-speed | |
up-mode | |
ratio-mode | |
mtimes | |
bitfield |
Constants
Maximum number of remembered peers | MAX_REMEMBERED_PEERS | 200 |