diff options
author | Roger Dingledine <arma@torproject.org> | 2018-04-02 01:00:31 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-04-02 01:00:31 -0400 |
commit | 61905932565a8ff426981d77bf162f85e7f6c3ea (patch) | |
tree | 6672d529b4ca806f7be81573e010e914f5018b10 /changes/bug24910 | |
parent | 0983c203e5faab7ce8e7f49ac24ce3e9da360838 (diff) | |
download | tor-61905932565a8ff426981d77bf162f85e7f6c3ea.tar.gz tor-61905932565a8ff426981d77bf162f85e7f6c3ea.zip |
use channel_is_client for create cell counts
When a relay is collecting internal statistics about how many
create cell requests it has seen of each type, accurately count the
requests from relays that temporarily fall out of the consensus.
(To be extra conservative, we were already ignoring requests from clients
in our counts, and we continue ignoring them here.)
Fixes bug 24910; bugfix on 0.2.4.17-rc.
Diffstat (limited to 'changes/bug24910')
-rw-r--r-- | changes/bug24910 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24910 b/changes/bug24910 new file mode 100644 index 0000000000..58574c0069 --- /dev/null +++ b/changes/bug24910 @@ -0,0 +1,7 @@ + o Minor bugfixes (relay statistics): + - When a relay is collecting internal statistics about how many + create cell requests it has seen of each type, accurately count the + requests from relays that temporarily fall out of the consensus. (To + be extra conservative, we were already ignoring requests from + clients in our counts, and we continue ignoring them here.) Fixes + bug 24910; bugfix on 0.2.4.17-rc. |