From dd085d42f96e39f9387aa1d7a306100c0d7df305 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 15 Nov 2021 08:55:47 -0500 Subject: 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. --- changes/bug40515 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug40515 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf