diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-18 14:00:29 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-18 14:00:29 +1100 |
commit | 6094a886cf9be92d29077b428554a75c9971a2ca (patch) | |
tree | b9f5cd63773deabd992ee27f00e79734507c645d /changes/bug18050 | |
parent | c7b0cd9c2f52ca289515833060ac0b8461da2225 (diff) | |
download | tor-6094a886cf9be92d29077b428554a75c9971a2ca.tar.gz tor-6094a886cf9be92d29077b428554a75c9971a2ca.zip |
Check ORPort and DirPort reachability 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.
Diffstat (limited to 'changes/bug18050')
-rw-r--r-- | changes/bug18050 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug18050 b/changes/bug18050 new file mode 100644 index 0000000000..ce24a7738a --- /dev/null +++ b/changes/bug18050 @@ -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. |