aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40704
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-11-09 10:29:47 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-11-09 11:57:32 -0500
commit9c8c7804d535b4248e7e029c969d9a77a54947f6 (patch)
tree62f33ac473197710cb363cd4442eaabd11f488fb /changes/ticket40704
parent93523ed0d69112758ec593fbf78ac122b7e196d9 (diff)
downloadtor-9c8c7804d535b4248e7e029c969d9a77a54947f6.tar.gz
tor-9c8c7804d535b4248e7e029c969d9a77a54947f6.zip
relay: Add the onion_queue_wait_cutoff consensus param
Transform the hardcoded value ONIONQUEUE_WAIT_CUTOFF into a consensus parameter so we can control it network wide. Closes #40704 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40704')
-rw-r--r--changes/ticket407044
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40704 b/changes/ticket40704
new file mode 100644
index 0000000000..b65e88ea09
--- /dev/null
+++ b/changes/ticket40704
@@ -0,0 +1,4 @@
+ 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.