diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-20 13:33:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-20 13:33:49 -0400 |
commit | c3f04f3daa27ce61da10e9bcf12cf05b376f73ed (patch) | |
tree | bdb408cab159b93ca80aa2c4d75a7ca2dfa6e8d0 | |
parent | 8ecfcf712c4e673687e4904e0a73e5c70b1a7eeb (diff) | |
download | tor-c3f04f3daa27ce61da10e9bcf12cf05b376f73ed.tar.gz tor-c3f04f3daa27ce61da10e9bcf12cf05b376f73ed.zip |
Changes file for bug 11787
-rw-r--r-- | changes/bug11787 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11787 b/changes/bug11787 new file mode 100644 index 0000000000..014662d921 --- /dev/null +++ b/changes/bug11787 @@ -0,0 +1,5 @@ + o Minor bugfixes (directory bandwidth performance): + - Don't flush the zlib buffer aggressively when compressing + directory information for clients. This should save about 7% of + the bandwidth currently used for compressed descriptors and + microdescriptors. Fixes bug 11787; bugfix on 0.1.1.23. |