aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-10-07 02:39:48 +0200
committerNick Mathewson <nickm@torproject.org>2011-10-21 11:21:42 -0400
commit03c06b629fc604030393567ec05c16f813d43529 (patch)
treea53474e347e5fa26ae5d14d2822be1869aaceeb3 /changes
parentaf02c4a9c3ee0ab85a4ecf5c7ff16e2da901c886 (diff)
downloadtor-03c06b629fc604030393567ec05c16f813d43529.tar
tor-03c06b629fc604030393567ec05c16f813d43529.tar.gz
Add new stats type: descriptor fetch stats
This is used for the bridge authority currently, to get a better intuition on how many descriptors are actually fetched from it and how many fetches happen in total. Implements ticket 4200.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket42005
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket4200 b/changes/ticket4200
new file mode 100644
index 000000000..9df993094
--- /dev/null
+++ b/changes/ticket4200
@@ -0,0 +1,5 @@
+ o Minor features:
+ - The bridge authority now writes statistics on how many bridge
+ descriptors it gave out in total, and how unique descriptors
+ it gave out. Implements ticket 4200.
+