timed_onionqueue 617 B

1234567891011
  1. o Minor features (relay):
  2. - Instead of limiting the number of queued onionskins to a configured,
  3. hard-to-configure number, we limit the size of the queue based on how
  4. many we expect to be able to process in a given amount of time. We
  5. estimate the time it will take to process an onionskin based on average
  6. processing time of previous onionskins. Closes ticket 7291. You'll
  7. never have to configure MaxOnionsPending again.
  8. - We compute the overhead from passing onionskins back and forth to
  9. cpuworkers, and report it when dumping statistics in response to
  10. SIGUSR1.