mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix max sampled size logic when in bridge mode.
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
This commit is contained in:
committed by
Nick Mathewson
parent
a5130de432
commit
ef4c10fb42
@@ -0,0 +1,5 @@
|
||||
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".
|
||||
Reference in New Issue
Block a user