diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-05-16 06:42:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-02 10:36:36 -0700 |
commit | fe5764012a05e5d9382e1a59d015ff6ca0bd804b (patch) | |
tree | 7a32d15a0fd1c4c66633438815842e53a91465c7 /changes | |
parent | 3c4353179f2304767f5084734a7d1550f51f4542 (diff) | |
download | tor-fe5764012a05e5d9382e1a59d015ff6ca0bd804b.tar.gz tor-fe5764012a05e5d9382e1a59d015ff6ca0bd804b.zip |
Bug 26121: Improve BUILDTIMEOUT_SET accuracy.
We were miscounting the total number of circuits for the TIMEOUT_RATE and
CLOSE_RATE fields of this event.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26121 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug26121 b/changes/bug26121 new file mode 100644 index 0000000000..5f734dd56b --- /dev/null +++ b/changes/bug26121 @@ -0,0 +1,6 @@ + o Minor bugfixes (controller): + - Improve accuracy of the BUILDTIMEOUT_SET control port event's + TIMEOUT_RATE and CLOSE_RATE fields. (We were previously miscounting + the total number of circuits for these field values.) Fixes bug + 26121; bugfix on 0.3.3.1-alpha. + |