diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-06 18:34:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-06 18:34:45 +0000 |
commit | 615c64efb851d8272069701c1bee3ef2bdca3e81 (patch) | |
tree | 6d2c3989b5cafc66d5a3e81937d8adcfef8e2211 /ChangeLog | |
parent | 1a564901e41adc0e3b6dc9c5beb0dd4fec734331 (diff) | |
download | tor-615c64efb851d8272069701c1bee3ef2bdca3e81.tar.gz tor-615c64efb851d8272069701c1bee3ef2bdca3e81.zip |
Apply fix from chrisw: call connection_ap_attach_pending when we get a rendezvous2 or rendezvous_established call. This is a bit brute-foce, but it is better than we had before, and might not even show up on profiles. Backport candidate, once tested.
svn:r15699
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.1.3-alpha - 2008-07-xx - Send a bootstrap problem "warn" event on the first problem if the reason is NO_ROUTE (that is, our network is down). + o Major bugfixes: + - Try to attach connections immediately upon receiving a RENDEZVOUS2 or + RENDEZVOUS_ESTABLISHED cell. This can save a second or two on the + client size when connecting to a hidden service. Bugfix on 0.0.6pre1. + Found and fixed by Christian Wilms; resolves butg 743. + o Minor bugfixes: - Change the contrib/tor.logrotate script so it makes the new logs as "_tor:_tor" rather than the default, which is generally |