aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-21 04:27:56 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-21 04:27:56 -0400
commit6952b445cc121148eed87a12536cec8522f7d136 (patch)
treec3013f478db65b96296ed7ae8f2db03215507d6b /changes
parent4f307e038272e368cd307ffa5e31b568b0729c48 (diff)
downloadtor-6952b445cc121148eed87a12536cec8522f7d136.tar
tor-6952b445cc121148eed87a12536cec8522f7d136.tar.gz
stop authority reachability check on startup
Diffstat (limited to 'changes')
-rw-r--r--changes/no_reachability_test_on_startup6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/no_reachability_test_on_startup b/changes/no_reachability_test_on_startup
new file mode 100644
index 000000000..e6a57a0d6
--- /dev/null
+++ b/changes/no_reachability_test_on_startup
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Directory authorities no longer launch a TLS connection to every
+ relay as they startup. Now that we have 2k+ descriptors cached,
+ the resulting network hiccup is becoming a burden. Besides,
+ authorities already avoid voting about Running for the first half
+ hour of their uptime.