diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-13 11:02:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-13 11:02:34 -0400 |
commit | f0f2fab5e16cadf37938b48a47c062e539eef9c0 (patch) | |
tree | 842a4c20e4420a10405d4b143b5f3fc69eb73123 /doc | |
parent | 6bc324c96abd463c4a386e81bd71b594ac59fed7 (diff) | |
parent | c1cfa0fbc4864ae5c54cb89c84a184523ea1aa9e (diff) | |
download | tor-f0f2fab5e16cadf37938b48a47c062e539eef9c0.tar.gz tor-f0f2fab5e16cadf37938b48a47c062e539eef9c0.zip |
Merge remote-tracking branch 'ffmancera-1/bug23635' into maint-0.3.3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 9dbed2ef6c..8ecc4175d1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2163,15 +2163,16 @@ is non-zero): (Default: max) [[AccountingStart]] **AccountingStart** **day**|**week**|**month** [__day__] __HH:MM__:: - Specify how long accounting periods last. If **month** is given, each - accounting period runs from the time __HH:MM__ on the __dayth__ day of one - month to the same day and time of the next. (The day must be between 1 and - 28.) If **week** is given, each accounting period runs from the time __HH:MM__ - of the __dayth__ day of one week to the same day and time of the next week, - with Monday as day 1 and Sunday as day 7. If **day** is given, each - accounting period runs from the time __HH:MM__ each day to the same time on - the next day. All times are local, and given in 24-hour time. (Default: - "month 1 0:00") + Specify how long accounting periods last. If **month** is given, + each accounting period runs from the time __HH:MM__ on the __dayth__ day of one + month to the same day and time of the next. The relay will go at full speed, + use all the quota you specify, then hibernate for the rest of the period. (The + day must be between 1 and 28.) If **week** is given, each accounting period + runs from the time __HH:MM__ of the __dayth__ day of one week to the same day + and time of the next week, with Monday as day 1 and Sunday as day 7. If **day** + is given, each accounting period runs from the time __HH:MM__ each day to the + same time on the next day. All times are local, and given in 24-hour time. + (Default: "month 1 0:00") [[RefuseUnknownExits]] **RefuseUnknownExits** **0**|**1**|**auto**:: Prevent nodes that don't appear in the consensus from exiting using this |