From: Roger Dingledine Date: Wed, 29 Sep 2010 02:49:36 +0000 (-0400) Subject: a changelog entry for the entrynodes retry mess X-Git-Tag: tor-0.2.2.17-alpha~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e644b3f691e44642cc267b62cf49a7e4bffd383;p=thirdparty%2Ftor.git a changelog entry for the entrynodes retry mess --- 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.