commit d4d78f5033ec9e09c6e680987f12cebd5e3a282f parent 6bfadc7a5db2d3d6ca1449a43edc711814934ca9 Author: Mike Perry <mikeperry-git@torproject.org> Date: Wed, 25 Oct 2023 18:00:19 +0000 Bug 40876 changes file Diffstat:
| A | changes/bug40876 | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/changes/bug40876 b/changes/bug40876 @@ -0,0 +1,8 @@ + o Major bugfixes (guard usage): + - When Tor excluded a guard due to temporary circuit restrictions, + it considered *additional* primary guards for potential usage + by that circuit. This could result in more than the specified number + of guards (currently 2) being used, long-term, by the tor client. + This could happen when a Guard was also selected as an Exit node, + but it was exacerbated by the Conflux guard restrictions. Both + instances have been fixed. Fixes bug 40876; bugfix on 0.3.0.1-alpha.