summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-28 22:49:36 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-28 22:49:36 -0400
commit7e644b3f691e44642cc267b62cf49a7e4bffd383 (patch)
tree32c9e8a0aed5471261e801123c3aad1729c78651
parent9997676802c140aceddb849090c7b3795fc83361 (diff)
downloadtor-7e644b3f691e44642cc267b62cf49a7e4bffd383.tar.gz
tor-7e644b3f691e44642cc267b62cf49a7e4bffd383.zip
a changelog entry for the entrynodes retry mess
-rw-r--r--changes/bug18824
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.