diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-23 12:55:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-23 12:55:55 +0000 |
commit | 087094961b0ba75435fe5bdfab0788b0e3b5293c (patch) | |
tree | 59e0bfe483f988021b0e5c222740d7b67ea5e09d /ChangeLog | |
parent | 29795999a0ea917d2f3438b1e8c6debe7b04df80 (diff) | |
download | tor-087094961b0ba75435fe5bdfab0788b0e3b5293c.tar.gz tor-087094961b0ba75435fe5bdfab0788b0e3b5293c.zip |
r17302@aud-055: nickm | 2008-07-23 14:55:28 +0200
Never allow a circuit to be created with the same circid as a circuit that has been marked for close. May be a fix for bug 779. Needs testing. Backport candidate.
svn:r16136
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx or RENDEZVOUS_ESTABLISHED cell. This can save a second or two on the client side when connecting to a hidden service. Bugfix on 0.0.6pre1. Found and fixed by Christian Wilms; resolves bug 743. + - Ensure that two circuits can never exist on the same connection + with the same circuit ID, even if one is marked for close. This + is conceivably a bugfix for bug 779; fixes a bug on 0.1.0.4-rc. o Minor features: - When relays do their initial bandwidth measurement, don't limit |