mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
d224961609
This was previously added to facilitate testing intro point rotation with chutney. However, the implementation is problematic since it forces excessive rotation whenever TestingTorNetwork is enabled, and can't be adjusted or disabled. Alternatives for testing intro point rotation include: * Using shadow to "fast forward" time * Overriding the consensus parameters hs_intro_min_lifetime and hs_intro_max_lifetime. Fixes #40922
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
o Minor bugfixes (testing):
|
|
- Enabling TestingTorNetwork no longer forces fast hidden service
|
|
intro point rotation. This reduces noise and errors when
|
|
using hidden services with TestingTorNetwork enabled.
|
|
Fixes bug 40922; bugfix on 0.3.2.1-alpha.
|