aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-05 12:09:00 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-05 12:09:00 -0400
commit2933f73b31a51ed4ffdb5c0f69c7b58d11c237b6 (patch)
treed8991c70f98158a2b32170cf85fecf2fe60ef0a7 /doc
parent6bd8f648b71b5f1090e41a51490fcbda6d2351ce (diff)
parent12fc4206f28576d872033b8a99756252e5354662 (diff)
downloadtor-2933f73b31a51ed4ffdb5c0f69c7b58d11c237b6.tar.gz
tor-2933f73b31a51ed4ffdb5c0f69c7b58d11c237b6.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 18d68b4cf1..5f31344f67 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -242,14 +242,14 @@ GENERAL OPTIONS
or other relays), because that is considered "client" activity. (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]::