summaryrefslogtreecommitdiff
path: root/changes/bug24910
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-04-02 01:00:31 -0400
committerRoger Dingledine <arma@torproject.org>2018-04-02 01:00:31 -0400
commit61905932565a8ff426981d77bf162f85e7f6c3ea (patch)
tree6672d529b4ca806f7be81573e010e914f5018b10 /changes/bug24910
parent0983c203e5faab7ce8e7f49ac24ce3e9da360838 (diff)
downloadtor-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/bug249107
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.