diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-18 15:28:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-18 15:28:35 -0500 |
commit | efdac2a68cb17de7c163a9abba05269888aacb88 (patch) | |
tree | cd57388f2aed51d384ae93ff147e6185093aa573 /changes/bug14261 | |
parent | 79e12da86199fbfcf44aa7e569ea2d938156108b (diff) | |
parent | ceb6dee4652567fd503e5ceb9345354efd935a1b (diff) | |
download | tor-efdac2a68cb17de7c163a9abba05269888aacb88.tar.gz tor-efdac2a68cb17de7c163a9abba05269888aacb88.zip |
Merge remote-tracking branch 'public/bug14261_025'
Conflicts:
src/or/directory.c
Diffstat (limited to 'changes/bug14261')
-rw-r--r-- | changes/bug14261 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14261 b/changes/bug14261 new file mode 100644 index 0000000000..1260ccba1e --- /dev/null +++ b/changes/bug14261 @@ -0,0 +1,5 @@ + O Minor bugfixes (directory authority): + - Allow directory authorities to fetch more data from one + another if they find themselves missing lots of votes. + Previously, they had been bumping against the 10 MB queued + data limit. Fixes bug 14261. Bugfix on 0.1.2.5-alpha. |