aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7707_diagnostic
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-11 22:06:07 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-11 22:06:07 -0400
commit452cfaacfc6e6b4313d2170c29e18d6399038999 (patch)
tree0f5cfb8b9a50ea24be992f28496fea5cd4771f27 /changes/bug7707_diagnostic
parent051b1e8ac4114fb23904cdf8dead72d585904e0a (diff)
downloadtor-452cfaacfc6e6b4313d2170c29e18d6399038999.tar
tor-452cfaacfc6e6b4313d2170c29e18d6399038999.tar.gz
Track TLS overhead: diagnostic for bug 7707
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.