diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-28 22:49:36 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-28 22:49:36 -0400 |
commit | 7e644b3f691e44642cc267b62cf49a7e4bffd383 (patch) | |
tree | 32c9e8a0aed5471261e801123c3aad1729c78651 /changes | |
parent | 9997676802c140aceddb849090c7b3795fc83361 (diff) | |
download | tor-7e644b3f691e44642cc267b62cf49a7e4bffd383.tar.gz tor-7e644b3f691e44642cc267b62cf49a7e4bffd383.zip |
a changelog entry for the entrynodes retry mess
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1882 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1882 b/changes/bug1882 new file mode 100644 index 0000000000..d495d2f418 --- /dev/null +++ b/changes/bug1882 @@ -0,0 +1,4 @@ + o Minor features: + - If we've configured EntryNodes and our network goes away and/or all + our entrynodes get marked down, optimistically retry them all when + a new socks application request appears. Fixes bug 1882. |