summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-06-28 14:29:29 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-11 16:13:17 -0400
commitb0de8560f6f7b54c363226c11d277b6b08b1cbc7 (patch)
tree0a9765b21e2492e844322fe854b4de70ef748c26 /changes
parentb25ca8af06532d3847ce11040f970a1c001c1ad8 (diff)
downloadtor-b0de8560f6f7b54c363226c11d277b6b08b1cbc7.tar.gz
tor-b0de8560f6f7b54c363226c11d277b6b08b1cbc7.zip
Report the states of failed TLS connections from bootstrap_problem
Diffstat (limited to 'changes')
-rw-r--r--changes/feature31165
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature3116 b/changes/feature3116
new file mode 100644
index 0000000000..386790c295
--- /dev/null
+++ b/changes/feature3116
@@ -0,0 +1,5 @@
+ o Major features:
+ - While we're trying to bootstrap, record how many TLS connections
+ fail in each state, and report which states saw the most failures
+ in response to any bootstrap failures. This feature may speed up
+ diagnosis of censorship events.