diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-10-13 09:22:02 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-10-13 09:22:02 +0000 |
commit | 43b6ce2689c2c9d482bbce3469b883f181e7655a (patch) | |
tree | 98888e6f929cd9b2cc826d35ba3734f269988859 /doc/TODO.020 | |
parent | 543a622314d34502d65f960a99a67c886d813322 (diff) | |
download | tor-43b6ce2689c2c9d482bbce3469b883f181e7655a.tar.gz tor-43b6ce2689c2c9d482bbce3469b883f181e7655a.zip |
Mark bugfixes 814 and 767 as backport candidates.
svn:r17068
Diffstat (limited to 'doc/TODO.020')
-rw-r--r-- | doc/TODO.020 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index d5bc514cc7..5454ab349d 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -18,3 +18,10 @@ Backport for 0.2.0 once better tested: - r16558: Avoid mis-routing CREATED cells. - r16621: Make some DNS code more robust (partial; see also libevent approach). (Also maybe r16674) + - r16915,r16916: Don't fail hidden service request if the descriptor + fetch fails for one descriptor version, when the other might + still succeed. (Will be more problematic if not backported + as soon as services stop publishing version 0 descriptors.) + - r16808,r16810,r16817,r16818,r16939: Don't send tunneled hidden service + directory requests to routers for which we don't have a + router descriptor. (Will significantly improve reliability.) |