ticket3569_part1 363 B

123456
  1. o Code simplification and refactoring:
  2. - Rework Tor SOCKS server code to use Trunnel and benefit from
  3. autogenerated functions for parsing and generating SOCKS wire
  4. format. New implementation is cleaner, more maintainable and
  5. should be less prone to heartbleed-style vulnerabilities.
  6. Implements a significant fraction of ticket 3569.