aboutsummaryrefslogtreecommitdiff
path: root/param-spec.txt
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-06-20 16:28:59 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-06-20 16:28:59 +0000
commitbe9d330e6fe0d3de2965f647e6364d392e1b73eb (patch)
tree8377dd63f7bdf778f9630a486437b10518450063 /param-spec.txt
parenta3fd8ad6f2981684a1729fceae6fc5bd93ed8cf0 (diff)
downloadtorspec-be9d330e6fe0d3de2965f647e6364d392e1b73eb.tar.gz
torspec-be9d330e6fe0d3de2965f647e6364d392e1b73eb.zip
Change KISTSchedRunInterval range and default; add KISTSchedRunIntervalClient
Diffstat (limited to 'param-spec.txt')
-rw-r--r--param-spec.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/param-spec.txt b/param-spec.txt
index a63ad3b..123cedc 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -105,11 +105,17 @@ Table of Contents
"KISTSchedRunInterval" -- How frequently should the "KIST" scheduler
run in order to decide which data to write to the network? Value in
- units of milliseconds. If 0, then the KIST scheduler should be
- disabled.
- Min: 0. Max: 100. Default: 10.
+ units of milliseconds.
+ Min: 2. Max: 100. Default: 2
First appeared: 0.3.2
+ "KISTSchedRunIntervalClient" -- How frequently should the "KIST" scheduler
+ run in order to decide which data to write to the network, on clients? Value
+ in units of milliseconds. The client value needs to be much lower than
+ the relay value.
+ Min: 2. Max: 100. Default: 2.
+ First appeared: 0.4.8.2
+
3. Voting-related parameters
"bwweightscale" -- Value that bandwidth-weights are divided by. If not