diff options
author | teor <teor2345@gmail.com> | 2017-11-08 14:17:03 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-08 10:45:18 -0500 |
commit | fcaa4ab82463a0a27a0605d5aa01ed7d01e3387a (patch) | |
tree | 27201d2e0f0cff1ecb1472adc525aa99844f0598 /changes/bug24170 | |
parent | 14b0bba06e65a1dfca6a2f15f3016cb36409183f (diff) | |
download | tor-fcaa4ab82463a0a27a0605d5aa01ed7d01e3387a.tar.gz tor-fcaa4ab82463a0a27a0605d5aa01ed7d01e3387a.zip |
Actually log the total bandwidth in compute_weighted_bandwidths()
Fixes bug 24170; bugfix on 0.2.4.3-alpha.
Diffstat (limited to 'changes/bug24170')
-rw-r--r-- | changes/bug24170 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24170 b/changes/bug24170 new file mode 100644 index 0000000000..d3d7347693 --- /dev/null +++ b/changes/bug24170 @@ -0,0 +1,3 @@ + o Minor bugfixes (path selection): + - Actually log the total bandwidth in compute_weighted_bandwidths(). + Fixes bug 24170; bugfix on 0.2.4.3-alpha. |