diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-19 23:01:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-19 23:01:07 +0000 |
commit | 9479dd376889c9d2cfb25bae8bd8b0a570118b3f (patch) | |
tree | 38b2451c138ed53a6bccecf9794e64d38af7721c /ChangeLog | |
parent | d1a195d3cb5201ef66d3aa3b71fecde7f2083ff2 (diff) | |
download | tor-9479dd376889c9d2cfb25bae8bd8b0a570118b3f.tar.gz tor-9479dd376889c9d2cfb25bae8bd8b0a570118b3f.zip |
r18226@catbus: nickm | 2008-02-19 18:01:01 -0500
Brown-paper-bag time. We were failing to count all the sockets from accept().
svn:r13595
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ Changes in version 0.2.0.20-?? - 2008-02-?? would stop building circuits and start refusing connections after 24 hours, since we falsely believed that Tor was dormant. Reported by nwf; bugfix on 0.1.2.x. + - When counting the number of open sockets, count not only the number + of sockets we have received from the socket() call, but also the + number we've gotten from accept(). This bug made us fail to count + all sockets that we were using for incoming connections. Bugfix on + 0.2.0.x o Minor features (performance): - Tune parameters for cell pool allocation to minimize amount of |