aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7707_diagnostic
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-02 10:42:53 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-02 10:42:53 -0400
commita934376049fa1a55ca729731ac68da7978953447 (patch)
tree1cb481d615b086f441fecf910ff90e037e750b5f /changes/bug7707_diagnostic
parent7ccaf3f1a485ece89e6bf27e419f16dc9e88d891 (diff)
parent856d57531b3173ef04a9f8f69c5e6e6c16c25c00 (diff)
downloadtor-a934376049fa1a55ca729731ac68da7978953447.tar
tor-a934376049fa1a55ca729731ac68da7978953447.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes/bug7707_diagnostic')
-rw-r--r--changes/bug7707_diagnostic5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7707_diagnostic b/changes/bug7707_diagnostic
new file mode 100644
index 000000000..0c3138e78
--- /dev/null
+++ b/changes/bug7707_diagnostic
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Add another diagnostic to the heartbeat message: track and log
+ overhead that TLS is adding to the data we write. If this is
+ high, we are sending too little data to SSL_write at a time.
+ Diagnostic for bug 7707.