mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
3b02a959b3
Previously, if you were set up to use microdescriptors, and you weren't a cache, you'd never fetch router descriptors (except for bridges). Now FetchUselessDescriptors causes descriptors and mirodescs to get cached. Also, FetchUselessDescriptors changes the behavior of "UseMicrodescriptors auto" to be off, since there's no point in saying "UseMicrodescriptors 1" when you have full descriptors too. Fix for bug 3851; bugfix on 0.2.3.1-alpha.
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
o Minor bugfixes:
|
|
- Make 'FetchUselessDescriptors' cause all descriptor types and
|
|
all consensus types get fetched. Fixes bug 3851; bugfix on
|
|
0.2.3.1-alpha.
|