diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-10-18 04:23:31 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-10-18 07:46:51 +0200 |
commit | d3b67cba3c1767a50aad5e6c7f71b2986414ca32 (patch) | |
tree | 18d646d495a078bf38003cc77cc02eef3ec954cf /changes | |
parent | f3d000f49662f7b3d94340f30fd745c58712ea2b (diff) | |
download | tor-d3b67cba3c1767a50aad5e6c7f71b2986414ca32.tar.gz tor-d3b67cba3c1767a50aad5e6c7f71b2986414ca32.zip |
Send relay_early cells in rend circs
There are no relay left that run version 0.2.1.3 through 0.2.1.18, so
changing this behaviour should be safe now.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/relay_early_rend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/relay_early_rend b/changes/relay_early_rend new file mode 100644 index 0000000000..411a0f6408 --- /dev/null +++ b/changes/relay_early_rend @@ -0,0 +1,6 @@ + o Code simplifications and refactorting: + - When we fixed bug 1038 we had to put in a restriction not to send + RELAY_EARLY cells for relay cells on rend circuits. This was necessary + as long as relays using Tor 0.2.1.3-alpha through 0.2.1.18-alpha were + active. Since this isn't the case anymore, we unify our behaviour here. + Implements bug 2081. |