mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
o Minor features (relay):
|
||||
- Instead of limiting the number of queued onionskins to a configured,
|
||||
hard-to-configure number, we limit the size of the queue based on how
|
||||
many we expect to be able to process in a given amount of time. We
|
||||
estimate the time it will take to process an onionskin based on average
|
||||
processing time of previous onionskins. Closes ticket 7291. You'll
|
||||
never have to configure MaxOnionsPending again.
|
||||
|
||||
- We compute the overhead from passing onionskins back and forth to
|
||||
cpuworkers, and report it when dumping statistics in response to
|
||||
SIGUSR1.
|
||||
Reference in New Issue
Block a user