diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-30 02:23:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-30 02:23:51 +0000 |
commit | e764d00e15bc3059bb7f204bb39b0ff9c4c45118 (patch) | |
tree | cb7a627fd57a01b2ccf5ac34ad8814bc3da4a72d /doc/tor.1.in | |
parent | ce505f5033794488df20670a4555e02da9ae81cb (diff) | |
download | tor-e764d00e15bc3059bb7f204bb39b0ff9c4c45118.tar.gz tor-e764d00e15bc3059bb7f204bb39b0ff9c4c45118.zip |
If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good?
svn:r3024
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 05bf835a53..c944b8e155 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -67,7 +67,7 @@ rather than connecting directly to any directory servers. .TP \fBKeepalivePeriod \fR\fINUM\fP To keep firewalls from expiring connections, send a padding keepalive -cell on open connections every NUM seconds. (Default: 300) +cell on open connections every NUM seconds. (Default: 5 minutes.) .TP \fBMaxConn \fR\fINUM\fP Maximum number of simultaneous sockets allowed. You probably don't need @@ -119,7 +119,7 @@ information about the current state of known servers. (Default: 20 minutes.) \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor uploads any rendezvous service descriptors to the directory servers. This information is also -uploaded whenever it changes. (Default: 10 minutes.) +uploaded whenever it changes. (Default: 20 minutes.) .SH CLIENT OPTIONS .PP @@ -282,7 +282,7 @@ considered. \fBDirPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor uploads its server descriptors to the directory servers. This information is also -uploaded whenever it changes. (Default: 10 minutes.) +uploaded whenever it changes. (Default: 20 minutes.) .TP \fBAccountingMax \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP Never send more than the specified number of bytes in a given |