diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:30 +0000 |
commit | b5c8a8ae53c141c14651485794999910d0168be8 (patch) | |
tree | 5a698b0cdf8502c9c945cd9f70cb00e1a96d9625 /doc/tor.1.in | |
parent | 2050b31bb90861c6cbf8cfc54299f5a7f10609a2 (diff) | |
download | tor-b5c8a8ae53c141c14651485794999910d0168be8.tar.gz tor-b5c8a8ae53c141c14651485794999910d0168be8.zip |
r15422@catbus: nickm | 2007-09-27 16:42:35 -0400
Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges.
svn:r11680
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index f00b7e5244..ead667ea3a 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1169,8 +1169,12 @@ The tor process stores keys and other data here. 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. .LP .TP +.B \fIDataDirectory\fB/cached-descriptors\fR and \fBcached-descriptors.new\fR +These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. 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-routers file. +.LP +.TP .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR -These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-routers file. +Obsolete versions of cached-descriptors and cached-descriptors.new. When Tor can't find the newer files, it looks here instead. .LP .TP .B \fIDataDirectory\fP/state |