bug13806 438 B

12345678
  1. o Minor features (DOS resistance):
  2. - Count the total number of bytes used storing hidden service descriptors
  3. against the value of MaxMemInQueues. If we're low on memory, and more
  4. than 20% of our memory is used holding hidden service descriptors, free
  5. them until no more than 10% of our memory holds hidden service
  6. descriptors. Free the least recently fetched descriptors first.
  7. Resolves ticket 13806.