From 612b21b8eadea9209b62877e5796d8b461916536 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 3 Dec 2018 10:19:34 +1000 Subject: [PATCH 1/2] comment: replace cached-routers with cached-descriptors cached-routers has been gone for a long time --- src/feature/nodelist/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/nodelist/routerlist.c b/src/feature/nodelist/routerlist.c index a8c9003e68..b4d56459df 100644 --- a/src/feature/nodelist/routerlist.c +++ b/src/feature/nodelist/routerlist.c @@ -160,7 +160,7 @@ static time_t last_descriptor_download_attempted = 0; * * From time to time, we replace "cached-descriptors" with a new file * containing only the live, non-superseded descriptors, and clear - * cached-routers.new. + * cached-descriptors.new. * * On startup, we read both files. */ From 90ce8d0a5896348bf0acf284e6e7fdef5b64e813 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 3 Dec 2018 10:22:49 +1000 Subject: [PATCH 2/2] doc: remove cached-routers from the man page cached-routers was removed from the code a long time ago --- doc/tor.1.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b147ad68aa..6c4746aa52 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -3251,10 +3251,6 @@ __CacheDirectory__**/cached-microdescs** and **cached-microdescs.new**:: router. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-microdescs file. -__CacheDirectory__**/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. - __DataDirectory__**/state**:: A set of persistent key-value mappings. These are documented in the file. These include: