diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-11-15 08:55:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-11-15 08:55:47 -0500 |
commit | dd085d42f96e39f9387aa1d7a306100c0d7df305 (patch) | |
tree | 01d83804e8c071e9d347060317ada34a573f69b3 /changes | |
parent | 882fd1f0d45656e0535e70b5e115281b39ac6307 (diff) | |
download | tor-dd085d42f96e39f9387aa1d7a306100c0d7df305.tar.gz tor-dd085d42f96e39f9387aa1d7a306100c0d7df305.zip |
Do not count controller-selected paths towards path bias.
As a side effect, this fixes a "Bug" warning.
Closes #40515. Bugfix on 0.2.4.10-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40515 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40515 b/changes/bug40515 new file mode 100644 index 0000000000..d315e28411 --- /dev/null +++ b/changes/bug40515 @@ -0,0 +1,6 @@ + o Minor bugfixes (controller, path bias): + - When a circuit's path is specified, in full or in part, from the + controller API, do not count that circuit towards our path-bias + calculations. (Doing so was incorrect, since we cannot tell whether + the controller is selecting relays randomly.) Resolves a "Bug" + warning. Fixes bug 40515; bugfix on 0.2.4.10-alpha. |