From 1bb28cecd92cb72f6df3b7bdf47bdbfa53c5c6dc Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 7 Nov 2016 22:58:36 +1100 Subject: Ensure relays don't make multiple connections during bootstrap Relays do not deliberately launch multiple attempts, so the impact of this bug should be minimal. This fix also defends against bugs like #20499. Bugfix on 0.2.8.1-alpha. --- changes/bug20591 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug20591 (limited to 'changes/bug20591') diff --git a/changes/bug20591 b/changes/bug20591 new file mode 100644 index 0000000000..deaa738f5e --- /dev/null +++ b/changes/bug20591 @@ -0,0 +1,3 @@ + o Minor bugfixes (relay bootstrap): + - Ensure relays don't make multiple connections during bootstrap. + Fixes bug 20591; bugfix on 0.2.8.1-alpha. -- cgit v1.2.3-54-g00ecf