diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:35:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:35:07 -0500 |
commit | 22ccfc6b5f25f75795e5f9d554b18e717962de3e (patch) | |
tree | 044c2f7b84d34b32710d557338928ad5e45b6a65 /doc | |
parent | 103cebd9243367106909251e73ee97aafe9d201c (diff) | |
download | tor-22ccfc6b5f25f75795e5f9d554b18e717962de3e.tar.gz tor-22ccfc6b5f25f75795e5f9d554b18e717962de3e.zip |
Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTime
All circuits are predictive; it's the ports that are expiring here.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index bad8810c87..89608f7dc0 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -544,7 +544,7 @@ GENERAL OPTIONS following the Tor specification. Otherwise, they are logged with severity \'info'. (Default: 0) -[[PredictedCircsRelevanceTime]] **PredictedCircsRelevanceTime** __NUM__:: +[[PredictedPortsRelevanceTime]] **PredictedPortsRelevanceTime** __NUM__:: Set how long, after the client has mad an anonymized connection to a given port, we will try to make sure that we build circuits to exits that support that port. The maximum value for this option is 1 |