diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-01 11:51:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-01 11:51:22 -0400 |
commit | 1bbd3811c1c98e6a630ab96f15a376910a576626 (patch) | |
tree | f54b5c97109877aca1264e117a71b1f056f8d853 /doc | |
parent | 9da17ad410b0b510c2e8cdaa2168fd020f3dc8c2 (diff) | |
parent | ce450bddb7b66e73e34eec3844623884cbbcc27c (diff) | |
download | tor-1bbd3811c1c98e6a630ab96f15a376910a576626.tar tor-1bbd3811c1c98e6a630ab96f15a376910a576626.tar.gz |
Merge remote-tracking branch 'public/bug10849_025'
Conflicts:
src/or/config.c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ac8ccfb07..2f97ecdb3 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -593,15 +593,6 @@ GENERAL OPTIONS This is useful when running on flash memory or other media that support only a limited number of writes. (Default: 0) -[[TunnelDirConns]] **TunnelDirConns** **0**|**1**:: - If non-zero, when a directory server we contact supports it, we will build - a one-hop circuit and make an encrypted connection via its ORPort. - (Default: 1) - -[[PreferTunneledDirConns]] **PreferTunneledDirConns** **0**|**1**:: - If non-zero, we will avoid directory servers that don't support tunneled - directory connections, when possible. (Default: 1) - [[CircuitPriorityHalflife]] **CircuitPriorityHalflife** __NUM1__:: If this value is set, we override the default algorithm for choosing which circuit's cell to deliver or relay next. When the value is 0, we |