Use networkstatus_read_cached_consensus() for GETINFO
[tor.git] / changes / ticket3569_part1
blob4032aff4d2154b0dc145e6abf152d76dc517ae7d
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.