diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-21 19:07:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-21 19:07:01 +0000 |
commit | 192b701fac38bc84c7fc0826f2c43beab30d63d2 (patch) | |
tree | 976bb8daf8e1280b0a8b9635a2c4213df73e73dd /ChangeLog | |
parent | 1b6688786cf008e8ae03684136efa43e0f915e92 (diff) | |
download | tor-192b701fac38bc84c7fc0826f2c43beab30d63d2.tar.gz tor-192b701fac38bc84c7fc0826f2c43beab30d63d2.zip |
Patch from lark: drop BEGIN cells from a rendevous circuit if they do not originate from the end of the circuit.
svn:r18667
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Changes in version 0.2.1.13-????? - 2009-02-?? stream never finished making its connection, it would live forever in circuit_wait state. Now we close it after SocksTimeout seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry. + - Drop begin cells to a hidden service if they come from the middle of a + circuit. Patch from lark. o Minor features: - On Linux, use the prctl call to re-enable core dumps when the user |