ticket28634 710 B

12345678910
  1. o Major features (Circuit padding):
  2. - Onion service clients will now add padding cells to the initial portions
  3. of their INTRODUCE and RENDEZVOUS circuits, to make those circuits'
  4. traffic patterns look more like general purpose Exit traffic. The
  5. overhead for this is 2 extra cells in each direction for RENDEZVOUS
  6. circuits, and 1 extra upstream cell and 10 downstream cells for INTRODUCE
  7. circuits. This will only be enabled if the circuit's middle node supports
  8. this feature, too. (Clients may specify fixed middle nodes with the MiddleNodes
  9. torrc directive, and may force-disable this feature with the CircuitPadding
  10. torrc directive). Closes ticket 28634.