summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-23 14:42:27 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-23 14:42:27 +0000
commit2f4784cbd8901a59cb20b10d247ad383b8539152 (patch)
tree336d1cd90e530e64b70823c0cdae2b5a978ac7b1 /ChangeLog
parentbc0b78bc10876cca576c6b75ee8b39b529a8ad91 (diff)
downloadtor-2f4784cbd8901a59cb20b10d247ad383b8539152.tar.gz
tor-2f4784cbd8901a59cb20b10d247ad383b8539152.zip
r12499@catbus: nickm | 2007-04-23 10:42:23 -0400
Keep a freelist of unused 4k buffer chunks, rather than wasting 8k for every inactive connection_t. svn:r10006
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1457e97647..5a43ff007c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@ 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.
o Minor features (build):
- Make autoconf search for libevent, openssl, and zlib consistently.