mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
eliminate spec ambiguity from the last commit. it's stupid to have features like "set the 4th file in every torrent to high priority"
This commit is contained in:
parent
eaa756c31f
commit
67068235a2
1 changed files with 15 additions and 15 deletions
|
@ -154,7 +154,7 @@
|
|||
|
||||
string | value type & description
|
||||
-------------------+-------------------------------------------------
|
||||
"ids" | array see section 3.1
|
||||
"id" | int or string torrent id or hash string
|
||||
"max-peers" | int maximum number of peers
|
||||
"speed-limit-down" | int maximum download speed (in KiB/s)
|
||||
"speed-limit-up" | int maximum upload speed (in KiB/s)
|
||||
|
@ -162,7 +162,7 @@
|
|||
3.6.1. Mutators
|
||||
|
||||
Request name: "torrent-set"
|
||||
Request arguments: one or more of 3.6's arguments
|
||||
Request arguments: "id" from 3.6, plus one or more of 3.6's other arguments
|
||||
Response arguments: none
|
||||
|
||||
3.6.2. Accessors
|
||||
|
@ -177,7 +177,7 @@
|
|||
|
||||
string | value type & description
|
||||
-------------------+-------------------------------------------------
|
||||
"ids" | array see section 3.1
|
||||
"id" | int or string torrent id or hash string
|
||||
"priority-high" | array indices of one or more high-priority files
|
||||
"priority-low" | array indices of one or more low-priority files
|
||||
"priority-normal" | array indices of one or more normal-priority files
|
||||
|
@ -187,14 +187,14 @@
|
|||
3.7.1. Mutators
|
||||
|
||||
Request name: "torrent-set-file"
|
||||
Request arguments: one or more of 3.7's arguments
|
||||
Request arguments: "id" from 3.7, plus one or more of 3.7's other arguments
|
||||
Response arguments: none
|
||||
|
||||
3.7.2. Accessors
|
||||
|
||||
Request name: "torrent-get-file"
|
||||
Request arguments: none
|
||||
Response arguments: all of 3.6's arguments
|
||||
Response arguments: all of 3.7's arguments
|
||||
|
||||
4. Session Status Requests
|
||||
|
||||
|
@ -215,12 +215,12 @@
|
|||
4.2. Mutators
|
||||
|
||||
Request name: "session-set"
|
||||
Request arguments: one or more of 4.1's session arguments
|
||||
Request arguments: one or more of 4.1's arguments
|
||||
Response arguments: none
|
||||
|
||||
4.2. Accessors
|
||||
|
||||
Request name: "session-get"
|
||||
Request arguments: none
|
||||
Response arguments: all of 4.1's session arguments
|
||||
Response arguments: all of 4.1's arguments
|
||||
|
||||
|
|
Loading…
Reference in a new issue