aboutsummaryrefslogtreecommitdiff
path: root/spec/rend-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-15 18:14:19 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-15 18:14:19 -0500
commit60a3d2503ead69df27b05987df6ce5e4ce08ac05 (patch)
tree51d33f87b6d37ef92d51d4dcd102e4007e9e7534 /spec/rend-spec
parent08f943c32dbb8b35f57f1b11d5ae2b8004627ae5 (diff)
downloadtorspec-60a3d2503ead69df27b05987df6ce5e4ce08ac05.tar.gz
torspec-60a3d2503ead69df27b05987df6ce5e4ce08ac05.zip
Clarify and interlink EST_INTRO_DOS_EXT extension
Diffstat (limited to 'spec/rend-spec')
-rw-r--r--spec/rend-spec/introduction-protocol.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/spec/rend-spec/introduction-protocol.md b/spec/rend-spec/introduction-protocol.md
index dee054f..bdedef7 100644
--- a/spec/rend-spec/introduction-protocol.md
+++ b/spec/rend-spec/introduction-protocol.md
@@ -175,8 +175,16 @@ EXT_FIELD_TYPE:
Using this extension extends the payload of the ESTABLISH_INTRO cell by 19
bytes bringing it from 134 bytes to 155 bytes.
+When this extension is not _sent_,
+introduction points use default settings
+taken from taken from the consensus parameters
+[HiddenServiceEnableIntroDoSDefense](../param-spec.md#HiddenServiceEnableIntroDoSDefense),
+[HiddenServiceEnableIntroDoSRatePerSec](../param-spec.md#HiddenServiceEnableIntroDoSRatePerSec),
+and
+[HiddenServiceEnableIntroDoSBurstPerSec](../param-spec.md#HiddenServiceEnableIntroDoSBurstPerSec).
+
This extension can only be used with relays supporting the protocol version
-"HSIntro=5".
+["HSIntro=5"](../tor-spec/subprotocol-versioning.md#HSIntro).
Introduced in tor-0.4.2.1-alpha.