Use networkstatus_read_cached_consensus() for GETINFO
[tor.git] / changes / bug18642
blob6b71f3c6dd7467c8fce820b7b0f87271d96974eb
1   o Minor features (denial-of-service avoidance):
2     - Make our OOM handler aware of the DNS cache so that it doesn't fill up
3       the memory. This check is important for our DoS mitigation subsystem.
4       Closes ticket 18642. Patch by Neel Chauhan