diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-21 17:26:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-21 17:26:12 +0000 |
commit | 648065fcb4604bcd8abaa86ae1d8c8ef767631df (patch) | |
tree | bc0d6a488ee0bb317cdb7bca18a0113b519462b2 /ChangeLog | |
parent | 227b2e0226445d0c4f39572f51f55451f9fa90f3 (diff) | |
download | tor-648065fcb4604bcd8abaa86ae1d8c8ef767631df.tar.gz tor-648065fcb4604bcd8abaa86ae1d8c8ef767631df.zip |
r12763@Kushana: nickm | 2007-04-20 18:42:58 -0400
Initial version of code to stop using socket pairs for linked connections. Superficially, it seems to work, but it probably needs a lot more testing and attention.
svn:r9995
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - Count the number of open sockets separately from the number of active connection_t objects. This will let us avoid underusing our allocated connection limit. + - We no longer use socket pairs to link an edge connection to an + anonymous directory connection. Instead, we track the link + 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. o Minor features (build): - Make autoconf search for libevent, openssl, and zlib consistently. |