]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document consensus and microdesc files
authorNick Mathewson <nickm@torproject.org>
Fri, 31 Aug 2012 15:35:47 +0000 (11:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 31 Aug 2012 15:35:47 +0000 (11:35 -0400)
Bugfix for #6732.

changes/bug6732 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug6732 b/changes/bug6732
new file mode 100644 (file)
index 0000000..7a744e0
--- /dev/null
@@ -0,0 +1,3 @@
+  o Documentation:
+    - Add missing documentation for consensus and microdesc files. Fix for
+      bug 6732.
index e7ba8485c0f3401744a08ef5ad54f45a7f3cb80c..971a0efe4b165a2e56b7d90e445e86019e37da1d 100644 (file)
@@ -1876,7 +1876,10 @@ FILES
 __DataDirectory__**/cached-status/**::
     The most recently downloaded network status document for each authority.
     Each file holds one such document; the filenames are the hexadecimal
-    identity key fingerprints of the directory authorities.
+    identity key fingerprints of the directory authorities.  Mostly obsolete.
+
+__DataDirectory__**/cached-consensus** and/or **cached-microdesc-consensus**::
+    The most recent consensus network status document we've downloaded.
 
 __DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
     These files hold downloaded router statuses. Some routers may appear more
@@ -1885,6 +1888,12 @@ __DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
     a given router. The ".new" file is an append-only journal; when it gets
     too large, all entries are merged into a new cached-descriptors file.
 
+__DataDirectory__**/cached-microdescs** and **cached-microdescs.new**::
+    These files hold downloaded microdescriptors.  Lines beginning with
+    @-signs are annotations that contain more information about a given
+    router. The ".new" file is an append-only journal; when it gets too
+    large, all entries are merged into a new cached-microdescs file.
+
 __DataDirectory__**/cached-routers** and **cached-routers.new**::
     Obsolete versions of cached-descriptors and cached-descriptors.new. When
     Tor can't find the newer files, it looks here instead.