diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-21 04:27:56 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-21 04:27:56 -0400 |
commit | 6952b445cc121148eed87a12536cec8522f7d136 (patch) | |
tree | c3013f478db65b96296ed7ae8f2db03215507d6b /changes | |
parent | 4f307e038272e368cd307ffa5e31b568b0729c48 (diff) | |
download | tor-6952b445cc121148eed87a12536cec8522f7d136.tar.gz tor-6952b445cc121148eed87a12536cec8522f7d136.zip |
stop authority reachability check on startup
Diffstat (limited to 'changes')
-rw-r--r-- | changes/no_reachability_test_on_startup | 6 |
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 0000000000..e6a57a0d60 --- /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. |