aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-20 11:01:10 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-20 11:01:10 -0400
commit6178aaea0698d7f62754c2aa1574ad7fd4fa781d (patch)
treed60df65fdf156d8caffb572acb79ff76a37c47d1 /doc
parentee01e41937947eb77c02f552d59090c0ea280f98 (diff)
parent07bb17185681f875be461c4fea6c661fae2dfde9 (diff)
downloadtor-6178aaea0698d7f62754c2aa1574ad7fd4fa781d.tar
tor-6178aaea0698d7f62754c2aa1574ad7fd4fa781d.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index a1e1c08ba..a3751a28b 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -372,7 +372,8 @@ GENERAL OPTIONS
**DisableDebuggerAttachment** **0**|**1**::
If set to 1, Tor will attempt to prevent basic debugging attachment attempts
- by other processes. It has no impact for users who wish to attach if they
+ by other processes. This may also keep Tor from generating core files if
+ it crashes. It has no impact for users who wish to attach if they
have CAP_SYS_PTRACE or if they are root. We believe that this feature
works on modern Gnu/Linux distributions, and that it may also work on *BSD
systems (untested). Some modern Gnu/Linux systems such as Ubuntu have the
@@ -1356,6 +1357,15 @@ The following options are useful only for clients (that is, if
Tor will use a default value chosen by the directory
authorities. (Default: -1.)
+**Support022HiddenServices** **0**|**1**|**auto**::
+ Tor hidden services running versions before 0.2.3.x required clients to
+ send timestamps, which can potentially be used to distinguish clients
+ whose view of the current time is skewed. If this option is set to 0, we
+ do not send this timestamp, and hidden services on obsolete Tor versions
+ will not work. If this option is set to 1, we send the timestamp. If
+ this optoin is "auto", we take a recommendation from the latest consensus
+ document. (Default: auto)
+
SERVER OPTIONS
--------------