diff options
author | David Goulet <dgoulet@torproject.org> | 2022-11-09 15:29:04 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-11-09 15:29:04 -0500 |
commit | 560d44b08bbd00ef813b03202b98124901f17a9d (patch) | |
tree | f23fe0f44a923fa5cccb2ad59b7a08cb3b16a7ee /changes | |
parent | bd055a258a71e7683e205b5f9df299053b137d32 (diff) | |
parent | 780ca741f3738877ad577f84fcebf6874427b2bc (diff) | |
download | tor-560d44b08bbd00ef813b03202b98124901f17a9d.tar.gz tor-560d44b08bbd00ef813b03202b98124901f17a9d.zip |
Merge branch 'maint-0.4.7'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40704 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40704 b/changes/ticket40704 new file mode 100644 index 0000000000..b1a83488da --- /dev/null +++ b/changes/ticket40704 @@ -0,0 +1,6 @@ + o Minor feature (relay): + - Two new consensus parameters are added to control the wait time in queue + of the onionskins. One of them is the torrc MaxOnionQueueDelay options + which supersedes the consensus parameter. Closes ticket 40704. + - Change a hardcoded value for the maximum of per CPU tasks into a + consensus parameter. |