diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-11 10:09:37 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-11 10:09:37 -0400 |
commit | 4692cf868868ecb813d690f7c9b9f37830b06028 (patch) | |
tree | 41a4ded4bfdb534d5328adbc066aca2420d219e7 /changes | |
parent | 01b0954b2335b8f1fe672c2d64666937876bb845 (diff) | |
parent | d09414858e2f5c5efa2ece4b3a32a6b47374dfdd (diff) | |
download | tor-4692cf868868ecb813d690f7c9b9f37830b06028.tar.gz tor-4692cf868868ecb813d690f7c9b9f37830b06028.zip |
Merge branch 'maint-0.4.7'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40673 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug40673 b/changes/bug40673 new file mode 100644 index 0000000000..16763ed258 --- /dev/null +++ b/changes/bug40673 @@ -0,0 +1,7 @@ + o Minor bugfixes (relay overload statistics): + - Count total create cells vs dropped rate cells properly, when + assessing if our fraction of dropped cells is too high. We only + count non-client circuits in the denominator, but we would include + client circuits in the numerator, leading to surprising log lines + claiming that we had dropped more than 100% of incoming create + cells. Fixes bug 40673; bugfix on 0.4.7.1-alpha. |