summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMatthew Finkel <Matthew.Finkel@gmail.com>2015-01-31 09:34:24 +0000
committerMatthew Finkel <Matthew.Finkel@gmail.com>2015-01-31 09:46:18 +0000
commit4cb59ceb8ef603f5661f87e4787d45255fbe210c (patch)
tree23829555e51b5ce3eef3bfd4aec83e9f8479d193 /changes
parentaba90b2125725a2d870a847482e30d78a1a2582d (diff)
downloadtor-4cb59ceb8ef603f5661f87e4787d45255fbe210c.tar.gz
tor-4cb59ceb8ef603f5661f87e4787d45255fbe210c.zip
Only retry connecting to configured bridges
After connectivity problems, only try connecting to bridges which are currently configured; don't mark bridges which we previously used but are no longer configured. Fixes 14216. Reported by and fix provided by arma.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug142165
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14216 b/changes/bug14216
new file mode 100644
index 0000000000..47893ceaca
--- /dev/null
+++ b/changes/bug14216
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - When we are using bridges and we had a network connectivity problem, only
+ retry connecting to our currently configured bridges, not all bridges we
+ know about and remember using.
+ Fixes bug 14216; bugfix on tor-0.2.2.17-alpha. Patch from arma.