aboutsummaryrefslogtreecommitdiff
path: root/spec/param-spec.md
diff options
context:
space:
mode:
authortrinity-1686a <trinity@deuxfleurs.fr>2023-10-13 00:06:00 +0200
committertrinity-1686a <trinity@deuxfleurs.fr>2023-10-13 00:10:01 +0200
commit690c58ac566d3659fef55dc6f0f1968594ed339d (patch)
tree550d7136cc0670300501249685c8ad09ca75894d /spec/param-spec.md
parent0d5f8bdfbcf59cf1744101131afce98a8f5a7fa0 (diff)
downloadtorspec-690c58ac566d3659fef55dc6f0f1968594ed339d.tar.gz
torspec-690c58ac566d3659fef55dc6f0f1968594ed339d.zip
document stream dos network params
Diffstat (limited to 'spec/param-spec.md')
-rw-r--r--spec/param-spec.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/param-spec.md b/spec/param-spec.md
index 3277609..5e5e3e6 100644
--- a/spec/param-spec.md
+++ b/spec/param-spec.md
@@ -372,6 +372,27 @@ concurrent connection from a client IP address.
"DoSRefuseSingleHopClientRendezvous" -- Refuse establishment of
rendezvous points for single hop clients.
+"DoSStreamCreationEnabled" -- Enable the stream creation DoS
+mitigation.
+First appeared: 0.4.9.0-alpha-dev.
+
+"DoSStreamCreationRate" -- Allowed stream creation rate per second
+per circuit.
+First appeared: 0.4.9.0-alpha-dev.
+
+"DoSStreamCreationBurst" -- The allowed stream creation burst per
+circuit.
+First appeared: 0.4.9.0-alpha-dev.
+
+```text
+ "DoSStreamCreationDefenseType" -- Defense type applied to a
+ stream for the stream creation mitigation.
+ 1: No defense.
+ 2: Reject the stream or resolve request.
+ 3: Close the underlying circuit.
+ First appeared: 0.4.9.0-alpha-dev.
+```
+
<a id="param-spec.txt-10"></a>
# Padding-related parameters