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
This commit is contained in:
Nick Mathewson
2007-10-26 22:50:40 +00:00
parent c9c9f581f6
commit 2c1d7cf674
4 changed files with 20 additions and 6 deletions
+6
View File
@@ -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.