diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-12 21:06:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-12 21:06:31 +0000 |
commit | 5cbf9e77a308138949add29d233fdea37b81a95b (patch) | |
tree | 997d391ca9bc71bfb904fbf03998a0f3483f5d2f /doc/tor.1.in | |
parent | 2d52be47b79b0ae46cc1edfcf8a50cf9325f4cc0 (diff) | |
download | tor-5cbf9e77a308138949add29d233fdea37b81a95b.tar.gz tor-5cbf9e77a308138949add29d233fdea37b81a95b.zip |
TrackHostExitsExpire describes the number of seconds since the
trackhost was established, not the number of seconds since it was
last used.
svn:r4534
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 9229767ccf..f3c15ebc7c 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -316,7 +316,7 @@ this will observe it through cookies or other protocol-specific means anyhow. .TP \fBTrackHostExitsExpire \fR\fINUM\fP Since exit servers go up and down, it is desirable to expire the association -between host and exit server after NUM seconds of inactivity. The default +between host and exit server after NUM seconds. The default is 1800 seconds (30 minutes). .SH SERVER OPTIONS |