From 4cb59ceb8ef603f5661f87e4787d45255fbe210c Mon Sep 17 00:00:00 2001 From: Matthew Finkel Date: Sat, 31 Jan 2015 09:34:24 +0000 Subject: 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. --- changes/bug14216 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug14216 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf