Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7

This commit is contained in:
Nick Mathewson
2016-01-18 19:51:57 -05:00
3 changed files with 22 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor fixes (relays):
- Check that both the ORPort and DirPort (if present) are reachable
before publishing a relay descriptor. Otherwise, relays publish a
descriptor with DirPort 0 when the DirPort reachability test takes
longer than the ORPort reachability test.
Closes bug #18050. Reported by "starlight", patch by "teor".
Bugfix on 0.1.0.1-rc, commit a1f1fa6ab on 27 Feb 2005.