diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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): |