Changeset 10719 for trunk/daemon/remote.c
- Timestamp:
- Jun 3, 2010, 11:21:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r10718 r10719 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, "priority-high", "Try to download the specified file sfirst", "ph", 1, "<files>" },232 { 901, "priority-normal", "Try to download the specified file snormally", "pn", 1, "<files>" },233 { 902, "priority-low", "Try to download the specified file slast", "pl", 1, "<files>" },231 { 900, "priority-high", "Try to download the specified file(s) first", "ph", 1, "<files>" }, 232 { 901, "priority-normal", "Try to download the specified file(s) normally", "pn", 1, "<files>" }, 233 { 902, "priority-low", "Try to download the specified file(s) last", "pl", 1, "<files>" }, 234 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 fromhigh priority torrents", "Bn", 0, NULL },236 { 702, "bandwidth-low", "Give this torrent the bandwidth left over fromhigh and normal priority torrents", "Bl", 0, NULL },235 { 701, "bandwidth-normal", "Give this torrent the bandwidth left over by high priority torrents", "Bn", 0, NULL }, 236 { 702, "bandwidth-low", "Give this torrent the bandwidth left over by 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.