summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-25 10:40:27 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-25 10:40:30 -0400
commit6bf82a4910db3f20c2cb81d7569224f4322681f2 (patch)
treebd3f280d6e4a0732b473720910d5c2a7bd48bcc3 /changes
parentcb8ac1f33102dbe509edf50aa3cac2a106241466 (diff)
downloadtor-6bf82a4910db3f20c2cb81d7569224f4322681f2.tar.gz
tor-6bf82a4910db3f20c2cb81d7569224f4322681f2.zip
More clarification on 13802
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket1380210
1 files changed, 6 insertions, 4 deletions
diff --git a/changes/ticket13802 b/changes/ticket13802
index 581d5bd744..35cd2b5b68 100644
--- a/changes/ticket13802
+++ b/changes/ticket13802
@@ -1,5 +1,7 @@
o Minor features (testing):
- - Add general tracing instrumentation to Tor. For now, this subsystem is
- not being used by any part of the code, it is for future use or external
- testing that is not part of the upstream code base. Any tracing
- framework needs to be enabled at compile time. Closes #13802.
+ - Add a general event-tracing instrumentation support to Tor. This
+ subsystem will enable developers and researchers to add fine-grained
+ instrumentation to their Tor instances, for use when examining Tor
+ network performance issues. There are no trace events yet, and
+ event-tracing is off by default unless enabled at compile time.
+ Implements ticket 13802.