Tor is the de-facto anonymization network. As an attempt to improve performance and privcacy weaknesses of this network. I have implemented these systems (full description and their evaluation is available here):

  • MUDP-OR: This is an ehnancement to an existing implementation that provides onion-routing over a network with UDP as transport protocol. The implementation creates multiple routes to the destination, provides end-to-end reliability, and manages multiple paths for a user.
  • m-Conflux: This is also an enhancement to one popular multipath implementation of the Tor network.