mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
docs: update Transmission-Resume-Files.md (#6367)
explain that the resume file format is benc.
This commit is contained in:
parent
69577ea4b9
commit
0780104b8d
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ The file contains the following **per-torrent** properties:
|
||||||
<tr><td><tt>bitfield</tt></td><td></td></tr>
|
<tr><td><tt>bitfield</tt></td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
The file format is bencoding, as described in [bep_0003](https://www.bittorrent.org/beps/bep_0003.html).
|
||||||
|
|
||||||
## Constants
|
## Constants
|
||||||
<table>
|
<table>
|
||||||
<tr><td>Maximum number of remembered peers</td><td><tt>MAX_REMEMBERED_PEERS</tt></td><td>200</td></tr>
|
<tr><td>Maximum number of remembered peers</td><td><tt>MAX_REMEMBERED_PEERS</tt></td><td>200</td></tr>
|
||||||
|
|
Loading…
Reference in a new issue