Skip to content

Implement circuit padding machines

C tor has functionality for sending and receiving padding cells on circuits according to configurable padding machines. Eventually we may want to implement that in Arti.

  • Write a design document explaining how we'll use maybenot. !3225
  • Write a set of wrappers around maybenot for use with Arti. !3185 (merged)
  • Integrate maybenot: trigger events as appropriate. !3222 (merged)
  • Integrate maybenot: send padding as appropriate. !3237 (merged)
  • Integrate maybenot: support traffic blocking. !3237 (merged)
  • Accept or reject incoming padding depending on whether we have a padding machine !3241
  • Add functionality to track the incoming padding ratio and reject excessive padding. !3241
  • Add a padding machine to approximately match Tor's current padding.
  • Negotiate padding.
  • Resolve all TODO circpad comments.
Edited by Nick Mathewson