diff options
author | Roger Dingledine <arma@torproject.org> | 2013-09-04 17:43:15 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-09-05 01:44:52 -0400 |
commit | 2c877d2da4a989639311de11e4ada8dd03bc8187 (patch) | |
tree | be7544f239f3da21443c967158e4ebf47303d2c4 /changes | |
parent | f51add6dbcef073d3ba57df13eee3c99d647fde9 (diff) | |
download | tor-2c877d2da4a989639311de11e4ada8dd03bc8187.tar.gz tor-2c877d2da4a989639311de11e4ada8dd03bc8187.zip |
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')
-rw-r--r-- | changes/ticket9658 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket9658 b/changes/ticket9658 new file mode 100644 index 0000000000..a8db2efba8 --- /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. |