From d3b67cba3c1767a50aad5e6c7f71b2986414ca32 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Mon, 18 Oct 2010 04:23:31 +0200 Subject: 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. --- changes/relay_early_rend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/relay_early_rend (limited to 'changes/relay_early_rend') 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. -- cgit v1.2.3-54-g00ecf