diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-23 21:17:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-23 21:17:52 +0000 |
commit | ac2f6b608a18a8595f62384788196d7c3f2875fd (patch) | |
tree | 2d61b0903f6702c49d57a6b46b68a45012d5a46d /ChangeLog | |
parent | e6bf9fdf943af030322eda7b5b6ede596a19d572 (diff) | |
download | tor-ac2f6b608a18a8595f62384788196d7c3f2875fd.tar.gz tor-ac2f6b608a18a8595f62384788196d7c3f2875fd.zip |
Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we reject it after downloading it so that we do not download it again
svn:r17756
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,6 +47,12 @@ Changes in version 0.2.1.9-alpha - 2008-12-2? for every cell. On systems where time() is a slow syscalls, this will be slightly helpful. - Exit servers can now answer resolve requests for ip6.arpa addresses. + - When we download a descriptor that we then immediately (as a directory + authority) reject, do not retry downloading it right away. Should + save some bandwidth on authorities. Fix for bug 888. Patch by + Sebastian Hahn. + - When a download gets us zero good descriptors, do not notify Tor that + new directory information has arrived. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has |