diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 10:02:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 10:02:49 -0500 |
commit | 0b121433464804889240a6884179fa4631f0d7b0 (patch) | |
tree | 67d27cc9fde6d1b9265ff52965e19438846955ca | |
parent | 6c443e987d318aabb92fc8acc25cf6ce82692118 (diff) | |
download | tor-0b121433464804889240a6884179fa4631f0d7b0.tar.gz tor-0b121433464804889240a6884179fa4631f0d7b0.zip |
changes file for 9969
-rw-r--r-- | changes/ticket9969 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket9969 b/changes/ticket9969 new file mode 100644 index 0000000000..c208e26c1c --- /dev/null +++ b/changes/ticket9969 @@ -0,0 +1,8 @@ + o Minor features (directory client): + - When downloading server- or microdescriptors from a directory server, + we no longer launch multiple simultaneous requests to the same server. + This reduces load on the directory servers, especially when directory + guards are in use. Closes ticket 9969. + - When downloading server- or microdescriptors over a tunneled + connection, do not limit the length of our request to what the Squid + proxy is willing to handle. Part of ticket 9969. |