diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-26 22:50:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-26 22:50:40 +0000 |
commit | 2c1d7cf674b3d8b4ec3ca35df69901c82723032e (patch) | |
tree | 36c6ff51a51b8be6cf8a1d513b135bce35e4406e /ChangeLog | |
parent | c9c9f581f6e1e60351fe9a26f5720c7e3bda1490 (diff) | |
download | tor-2c1d7cf674b3d8b4ec3ca35df69901c82723032e.tar.gz tor-2c1d7cf674b3d8b4ec3ca35df69901c82723032e.zip |
r16194@catbus: nickm | 2007-10-26 18:37:02 -0400
Keep circuitless TLS connections open for 1.5 x MaxCircuitDirtiness: this ensures that we don't thrash closing and repoening connections to our guards.
svn:r12218
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ Changes in version 0.2.0.10-alpha - 2007-1?-?? - Drop support for OpenSSL version 0.9.6. Just about nobody was using it, it had no AES, and it hasn't seen any security patches since 2004. + o Minor features: + - Clients new hold circuitless TLS connections open for 1.5 times + MaxCircuitDirtiness, since it is likely that they'll need to build + a circuit over them within that timeframe. Previously, they held them + open only for KeepalivePeriod. + o Minor bugfixes: - Refuse to start if both ORPort and UseBridges are set. Bugfix on 0.2.0.x. |