ticket28142 621 B

12345678910
  1. o Major features (circuit padding):
  2. - Implement preliminary support for the circuit padding portion of
  3. Proposal 254. The implementation supports Adaptive Padding (aka
  4. WTF-PAD) state machines for use between experimental clients and
  5. relays. Support is also provided for APE-style state machines that
  6. use probability distributions instead of histograms to specify
  7. inter-packet delay. At the moment, Tor does not provide any padding
  8. state machines that are used in normal operation -- this feature
  9. exists solely for experimentation in this release. Closes
  10. ticket 28142.