relay_early_rend 373 B

123456
  1. o Code simplifications and refactorting:
  2. - When we fixed bug 1038 we had to put in a restriction not to send
  3. RELAY_EARLY cells for relay cells on rend circuits. This was necessary
  4. as long as relays using Tor 0.2.1.3-alpha through 0.2.1.18-alpha were
  5. active. Since this isn't the case anymore, we unify our behaviour here.
  6. Implements bug 2081.