mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ef4c10fb42
When calculating max sampled size, Tor would only count the number of bridges in torrc, without considering that our state file might already have sampled bridges in it. This caused problems when people swap bridges, since the following error would trigger: [warn] Not expanding the guard sample any further; just hit the maximum sample threshold of 1
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
o Minor bugfixes (guard selection):
|
|
- Fix a guard selection bug where Tor would refuse to bootstrap in some
|
|
cases if the user swapped a bridge for another bridge in their
|
|
configuration file.
|
|
Fixes bug 21771; bugfix on 0.3.0.1-alpha. Reported by "torvlnt33r".
|