aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-06-20 17:41:43 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-06-23 15:13:21 +0000
commitc1fcb16a604e9c0d3325b0f2d33798985a665fd8 (patch)
tree9d2e94aba32bf88e1999ed1bcbbdf45510890acc /proposals
parent1d8636116efe95e05748d97807e1999120f7ddbc (diff)
downloadtorspec-c1fcb16a604e9c0d3325b0f2d33798985a665fd8.tar.gz
torspec-c1fcb16a604e9c0d3325b0f2d33798985a665fd8.zip
Bug 40569: Document cc_sendme_inc changes
Diffstat (limited to 'proposals')
-rw-r--r--proposals/324-rtt-congestion-control.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/324-rtt-congestion-control.txt b/proposals/324-rtt-congestion-control.txt
index 625fab2..9df2f61 100644
--- a/proposals/324-rtt-congestion-control.txt
+++ b/proposals/324-rtt-congestion-control.txt
@@ -1252,7 +1252,7 @@ These are sorted in order of importance to tune, most important first.
cc_sendme_inc:
- Description: Specifies how many cells a SENDME acks
- - Range: [1, 255]
+ - Range: [1, 254]
- Default: 31
- Tuning Values: 25,33,50
- Tuning Notes:
@@ -1266,7 +1266,7 @@ These are sorted in order of importance to tune, most important first.
cells that fit in a TLS frame. Much of the rest of Tor has
processing values at 32 cells, as well.
- Consensus Update Notes:
- This value MUST only be changed by a factor of 2, every 4 hours.
+ This value MUST only be changed by +/- 1, every 4 hours.
If greater changes are needed, they MUST be spread out over
multiple consensus updates.