diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-09 05:18:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-09 05:18:15 +0000 |
commit | a5903b737aab93882096df1f93bba83bb5e92164 (patch) | |
tree | 3f1f80c7796ea07c2c0be45cb4a54dfb52f1570b /doc | |
parent | 6f6f37b85818af3a21d714c34655c33303b23e92 (diff) | |
download | tor-a5903b737aab93882096df1f93bba83bb5e92164.tar.gz tor-a5903b737aab93882096df1f93bba83bb5e92164.zip |
Document accounting
svn:r2721
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 45afcdff80..8617f0c0fd 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -242,6 +242,20 @@ successfully, no subsequent rules are considered. You can specify that no redirection is to be performed on a given set of addresses by using the special target string "pass", which prevents subsequent rules from being considered. +.TP +\fBAccountingMaxKB \fR\fInum\fP +Never send or receive more than \fInum\fP kilobytes in a given +accounting period (currently, only months are supported). When the +number of kilobytes is exhausted, Tor will hibernate until some time +in the next accounting period. If you have bandwidth cost issues, +using this option is preferable to setting a low bandwidth, since it +provides users with a collection of fast servers that are up some of +the time, which is more useful than a set of slow servers that are +always "available". +.TP +\fBMonthlyAccountingStart \fR\fIday\fP +Always start the accounting period on the provided day of the month, +which must be between 1 and 28. (Defaults to 1.) .SH DIRECTORY SERVER OPTIONS .PP |