aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket9658
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-09-04 17:43:15 -0400
committerRoger Dingledine <arma@torproject.org>2013-09-05 01:44:52 -0400
commit2c877d2da4a989639311de11e4ada8dd03bc8187 (patch)
treebe7544f239f3da21443c967158e4ebf47303d2c4 /changes/ticket9658
parentf51add6dbcef073d3ba57df13eee3c99d647fde9 (diff)
downloadtor-2c877d2da4a989639311de11e4ada8dd03bc8187.tar
tor-2c877d2da4a989639311de11e4ada8dd03bc8187.tar.gz
collect and log statistics about onionskins received/processed
we skip onionskins that came from non-relays, so we're less likely to run into privacy troubles. starts to implement ticket 9658.
Diffstat (limited to 'changes/ticket9658')
-rw-r--r--changes/ticket96584
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket9658 b/changes/ticket9658
new file mode 100644
index 000000000..a8db2efba
--- /dev/null
+++ b/changes/ticket9658
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Track how many "TAP" and "NTor" circuit handshake requests we get,
+ and how many we complete, and log it every hour to help relay
+ operators follow trends in network load. Addresses ticket 9658.