mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
Created RPC Option Strings (markdown)
@@ -0,0 +1,173 @@
|
||||
Option Strings
|
||||
==============
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Client version: 0.9.4
|
||||
|
||||
Generated by 'rtorrent/doc/scripts/print_option_string.sh' on Fri Jun 13 09:20:04 UTC 2014.
|
||||
|
||||
strings.choke_heuristics
|
||||
------------------------
|
||||
|
||||
```
|
||||
'upload_leech'
|
||||
'upload_leech_experimental'
|
||||
'upload_seed'
|
||||
'download_leech'
|
||||
'invalid'
|
||||
```
|
||||
|
||||
strings.choke_heuristics.upload
|
||||
-------------------------------
|
||||
|
||||
```
|
||||
'upload_leech'
|
||||
'upload_leech_experimental'
|
||||
'upload_seed'
|
||||
```
|
||||
|
||||
strings.choke_heuristics.download
|
||||
---------------------------------
|
||||
|
||||
```
|
||||
'download_leech'
|
||||
```
|
||||
|
||||
strings.connection_type
|
||||
-----------------------
|
||||
|
||||
```
|
||||
'leech'
|
||||
'seed'
|
||||
'initial_seed'
|
||||
'metadata'
|
||||
```
|
||||
|
||||
strings.encryption
|
||||
------------------
|
||||
|
||||
```
|
||||
'none'
|
||||
'allow_incoming'
|
||||
'try_outgoing'
|
||||
'require'
|
||||
'require_RC4'
|
||||
'require_rc4'
|
||||
'enable_retry'
|
||||
'prefer_plaintext'
|
||||
```
|
||||
|
||||
strings.ip_filter
|
||||
-----------------
|
||||
|
||||
```
|
||||
'unwanted'
|
||||
'preferred'
|
||||
```
|
||||
|
||||
strings.ip_tos
|
||||
--------------
|
||||
|
||||
```
|
||||
'default'
|
||||
'lowdelay'
|
||||
'throughput'
|
||||
'reliability'
|
||||
'mincost'
|
||||
```
|
||||
|
||||
strings.log_group
|
||||
-----------------
|
||||
|
||||
```
|
||||
'critical'
|
||||
'error'
|
||||
'warn'
|
||||
'notice'
|
||||
'info'
|
||||
'debug'
|
||||
'connection_critical'
|
||||
'connection_error'
|
||||
'connection_warn'
|
||||
'connection_notice'
|
||||
'connection_info'
|
||||
'connection_debug'
|
||||
'dht_critical'
|
||||
'dht_error'
|
||||
'dht_warn'
|
||||
'dht_notice'
|
||||
'dht_info'
|
||||
'dht_debug'
|
||||
'peer_critical'
|
||||
'peer_error'
|
||||
'peer_warn'
|
||||
'peer_notice'
|
||||
'peer_info'
|
||||
'peer_debug'
|
||||
'socket_critical'
|
||||
'socket_error'
|
||||
'socket_warn'
|
||||
'socket_notice'
|
||||
'socket_info'
|
||||
'socket_debug'
|
||||
'storage_critical'
|
||||
'storage_error'
|
||||
'storage_warn'
|
||||
'storage_notice'
|
||||
'storage_info'
|
||||
'storage_debug'
|
||||
'thread_critical'
|
||||
'thread_error'
|
||||
'thread_warn'
|
||||
'thread_notice'
|
||||
'thread_info'
|
||||
'thread_debug'
|
||||
'tracker_critical'
|
||||
'tracker_error'
|
||||
'tracker_warn'
|
||||
'tracker_notice'
|
||||
'tracker_info'
|
||||
'tracker_debug'
|
||||
'torrent_critical'
|
||||
'torrent_error'
|
||||
'torrent_warn'
|
||||
'torrent_notice'
|
||||
'torrent_info'
|
||||
'torrent_debug'
|
||||
'__non_cascading__'
|
||||
'instrumentation_memory'
|
||||
'instrumentation_mincore'
|
||||
'instrumentation_choke'
|
||||
'instrumentation_polling'
|
||||
'instrumentation_transfers'
|
||||
'peer_list_events'
|
||||
'protocol_piece_events'
|
||||
'protocol_metadata_events'
|
||||
'protocol_network_errors'
|
||||
'protocol_storage_errors'
|
||||
'resume_data'
|
||||
'rpc_events'
|
||||
'rpc_dump'
|
||||
'ui_events'
|
||||
```
|
||||
|
||||
strings.tracker_event
|
||||
---------------------
|
||||
|
||||
```
|
||||
'updated'
|
||||
'completed'
|
||||
'started'
|
||||
'stopped'
|
||||
'scrape'
|
||||
```
|
||||
|
||||
strings.tracker_mode
|
||||
--------------------
|
||||
|
||||
```
|
||||
'normal'
|
||||
'aggressive'
|
||||
```
|
||||
Reference in New Issue
Block a user