diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-16 14:44:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-16 14:44:04 -0400 |
commit | b4c9eb0aab5581c1acb21d2e0e0f3fbb9c57d0b0 (patch) | |
tree | 06bb5610520948cf9dfb8600a8de5fbabdcc996e /doc | |
parent | a73d0fe9a87df762474ee928ff9e6282e5e38430 (diff) | |
download | tor-b4c9eb0aab5581c1acb21d2e0e0f3fbb9c57d0b0.tar.gz tor-b4c9eb0aab5581c1acb21d2e0e0f3fbb9c57d0b0.zip |
Document sr-random and diff-cache.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 7544c03f97..9fd8a97d7a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2724,6 +2724,17 @@ __DataDirectory__**/state**:: - A short history of bandwidth usage, as produced in the server descriptors. +__DataDirectory__**/sr-state**:: + Authority only. State file used to record information about the current + status of the shared-random-value voting state. + +__DataDirectory__**/diff-cache**:: + Directory cache only. Holds older consensuses, and diffs from older + consensuses to the most recent consensus of each type, compressed + in various ways. Each file contains a set of key-value arguments + decribing its contents, followed by a single NUL byte, followed by the + main file contents. + __DataDirectory__**/bw_accounting**:: Used to track bandwidth accounting values (when the current period starts and ends; how much has been read and written so far this period). This file |