mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7779c63e93
The old behavior contributed to unreliability when hidden services and hsdirs had different consensus versions, and so had different opinions about who should be cacheing hsdir info. Bugfix on 0.2.0.10-alpha; based on discussions surrounding bug 2732.
8 lines
395 B
Plaintext
8 lines
395 B
Plaintext
o Minor bugfixes
|
|
- Do not reject hidden service descriptors simply because we don't
|
|
think we have not been assigned the HSDir flag. Clients and
|
|
hidden services can have a more up-to-date view of the network
|
|
consensus, and if they think that the directory authorities
|
|
list us a HSDir, we might actually be one. Related to bug 2732;
|
|
bugfix on 0.2.0.10-alpha.
|