diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-05 12:08:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-05 12:08:53 -0400 |
commit | 124e06e85cf72152e9bdbd91e3cd6da9a5b1fd39 (patch) | |
tree | ec3f4a35b6091e68b3ac875833629248300b1aef /doc | |
parent | df519e5de87d027ba51742b2b50710c69b9db2be (diff) | |
parent | c2d93e8a7d1d2d4e7f3516681e2ee62ce4f87285 (diff) | |
download | tor-124e06e85cf72152e9bdbd91e3cd6da9a5b1fd39.tar.gz tor-124e06e85cf72152e9bdbd91e3cd6da9a5b1fd39.zip |
Merge branch 'ticket25296_032_squashed' into maint-0.3.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index aad8440a2c..d7884968e6 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -239,14 +239,14 @@ GENERAL OPTIONS (Default: 0) [[PerConnBWRate]] **PerConnBWRate** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**:: - If set, do separate rate limiting for each connection from a non-relay. - You should never need to change this value, since a network-wide value is - published in the consensus and your relay will use that value. (Default: 0) + If this option is set manually, or via the "perconnbwrate" consensus + field, Tor will use it for separate rate limiting for each connection + from a non-relay. (Default: 0) [[PerConnBWBurst]] **PerConnBWBurst** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**:: - If set, do separate rate limiting for each connection from a non-relay. - You should never need to change this value, since a network-wide value is - published in the consensus and your relay will use that value. (Default: 0) + If this option is set manually, or via the "perconnbwburst" consensus + field, Tor will use it for separate rate limiting for each connection + from a non-relay. (Default: 0) [[ClientTransportPlugin]] **ClientTransportPlugin** __transport__ socks4|socks5 __IP__:__PORT__:: **ClientTransportPlugin** __transport__ exec __path-to-binary__ [options]:: |