diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-03 17:45:24 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-03 17:45:24 +0000 |
commit | 3c9cd463d25f1a1c7f890de723df8d448089eb04 (patch) | |
tree | 0dc09c2e138004fc697195ae8105db3bed4562e3 /ChangeLog | |
parent | 449174d796930b7bcb4269c012d9251ca2140ad8 (diff) | |
download | tor-3c9cd463d25f1a1c7f890de723df8d448089eb04.tar.gz tor-3c9cd463d25f1a1c7f890de723df8d448089eb04.zip |
Fix a false assertion when extending a circuit to a relay to which a connection is already established. In that case the circuit should not need to memorize extend info for that relay. circuitbuild.c:389 contains a similar assertion.
svn:r16375
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Changes in version 0.2.1.3-alpha - 2008-08-03 - Change the implementation of ExcludeNodes and ExcludeExitNodes to be more efficient. Formerly it was quadratic in the number of servers; now it should be linear. Fixes bug 509. - - Save 16-22 bytes per open circuit by moving the n_hop, n_port, + - Save 16-22 bytes per open circuit by moving the n_addr, n_port, and n_conn_id_digest fields into a separate structure that's only needed when the circuit has not yet attached to an n_conn. |