summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-09 22:39:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-09 22:39:49 +0000
commit34a09c24b59fa41edc1ad8b6f0d899cef877d273 (patch)
tree61303803444a51b82d395180fd11664f0811ba34 /ChangeLog
parentb248ed620fb9ab4eb2534fd493d83e26e0cdfbcc (diff)
downloadtor-34a09c24b59fa41edc1ad8b6f0d899cef877d273.tar.gz
tor-34a09c24b59fa41edc1ad8b6f0d899cef877d273.zip
r12706@catbus: nickm | 2007-05-09 18:39:46 -0400
Keep two freelists for buffer ram chunks: one of 4k chunks, and one of 16k chunks. Also, document the whole business. svn:r10150
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eb3ccf75d6..e1b04c50e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,9 +38,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
internally and transfer the data in-process. This saves two
sockets per anonymous directory connection (at the client and at
the server), and avoids the nasty Windows socketpair() workaround.
- - Keep unused 4k buffers on a free list, rather than wasting 8k for every
- single inactive connection_t.
- - Free items from the 4k-buffer free list when they haven't been used
+ - Keep unused 4k and 16k buffers on free lists, rather than wasting 8k
+ for every single inactive connection_t.
+ - Free items from the 4/16k-buffer free lists when they haven't been used
for a while.
o Minor features (build):