diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 16:44:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-01 10:04:48 -0400 |
commit | 0de71bf8eb5031b1c6539ea48627a938e200b5da (patch) | |
tree | e0c690019892551b5671e2c32047645c253f5274 /doc | |
parent | 5cc155e02a995fda828ff33b105040b2bd96a650 (diff) | |
download | tor-0de71bf8eb5031b1c6539ea48627a938e200b5da.tar tor-0de71bf8eb5031b1c6539ea48627a938e200b5da.tar.gz |
Implement proposal 221: Stop sending CREATE_FAST
This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and
makes the behavior of "auto" be "look at the consensus."
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b9ee29614..51d2aab2d 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1115,15 +1115,17 @@ The following options are useful only for clients (that is, if the node "foo". Disabled by default since attacking websites and exit relays can use it to manipulate your path selection. (Default: 0) -[[FastFirstHopPK]] **FastFirstHopPK** **0**|**1**:: +[[FastFirstHopPK]] **FastFirstHopPK** **0**|**1**|**auto**:: When this option is disabled, Tor uses the public key step for the first hop of creating circuits. Skipping it is generally safe since we have already used TLS to authenticate the relay and to establish forward-secure - keys. Turning this option off makes circuit building slower. + + keys. Turning this option off makes circuit building a little + slower. Setting this option to "auto" takes advice from the authorities + in the latest consensus about whether to use this feature. + + Note that Tor will always use the public key step for the first hop if it's operating as a relay, and it will never use the public key step if it - doesn't yet know the onion key of the first hop. (Default: 1) + doesn't yet know the onion key of the first hop. (Default: auto) [[TransPort]] **TransPort** \['address':]__port__|**auto** [_isolation flags_]:: Open this port to listen for transparent proxy connections. Set this to |