Changeset 10718 for trunk/daemon/remote.c
- Timestamp:
- Jun 3, 2010, 11:14:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r10705 r10718 229 229 { 962, "port-test", "Port testing", "pt", 0, NULL }, 230 230 { 'P', "random-port", "Random port for incomping peers", "P", 0, NULL }, 231 { 900, " file-priority-high", "Set the files' priorities as high", "fh", 1, "<files>" },232 { 901, " file-priority-normal", "Set the files' priorities as normal", "fn", 1, "<files>" },233 { 902, " file-priority-low", "Set the files' priorities as low", "fl", 1, "<files>" },234 { 700, " torrent-priority-high", "Set the current torrent(s)' priorities as high", "th", 0, NULL },235 { 701, " torrent-priority-normal","Set the current torrent(s)' priorities as normal", "tn", 0, NULL },236 { 702, " torrent-priority-low", "Set the current torrent(s)' priorities as low", "tl", 0, NULL },231 { 900, "priority-high", "Try to download the specified files first", "ph", 1, "<files>" }, 232 { 901, "priority-normal", "Try to download the specified files normally", "pn", 1, "<files>" }, 233 { 902, "priority-low", "Try to download the specified files last", "pl", 1, "<files>" }, 234 { 700, "bandwidth-high", "Give this torrent first chance at available bandwidth", "Bh", 0, NULL }, 235 { 701, "bandwidth-normal", "Give this torrent the bandwidth left over from high priority torrents", "Bn", 0, NULL }, 236 { 702, "bandwidth-low", "Give this torrent the bandwidth left over from high and normal priority torrents", "Bl", 0, NULL }, 237 237 { 'r', "remove", "Remove the current torrent(s)", "r", 0, NULL }, 238 238 { 930, "peers", "Set the maximum number of peers for the current torrent(s) or globally", "pr", 1, "<max>" },
Note: See TracChangeset
for help on using the changeset viewer.