mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug6732' into maint-0.2.3
This commit is contained in:
commit
b17bb543da
3
changes/bug6732
Normal file
3
changes/bug6732
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Documentation:
|
||||||
|
- Add missing documentation for consensus and microdesc files. Fix for
|
||||||
|
bug 6732.
|
@ -1882,7 +1882,10 @@ FILES
|
|||||||
__DataDirectory__**/cached-status/**::
|
__DataDirectory__**/cached-status/**::
|
||||||
The most recently downloaded network status document for each authority.
|
The most recently downloaded network status document for each authority.
|
||||||
Each file holds one such document; the filenames are the hexadecimal
|
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**::
|
__DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
|
||||||
These files hold downloaded router statuses. Some routers may appear more
|
These files hold downloaded router statuses. Some routers may appear more
|
||||||
@ -1891,6 +1894,12 @@ __DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
|
|||||||
a given router. The ".new" file is an append-only journal; when it gets
|
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.
|
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**::
|
__DataDirectory__**/cached-routers** and **cached-routers.new**::
|
||||||
Obsolete versions of cached-descriptors and cached-descriptors.new. When
|
Obsolete versions of cached-descriptors and cached-descriptors.new. When
|
||||||
Tor can't find the newer files, it looks here instead.
|
Tor can't find the newer files, it looks here instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user