aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-05-31 10:24:30 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-05-31 10:24:30 -0400
commitc619a19c5e32da013949088fbaac921822860ea8 (patch)
treefcd919e52627f9d1c0d0b8241870dce7930ddee4
parentee0c415f8e6d73ee96a3cfb7e966e711b3083c09 (diff)
downloadtorspec-c619a19c5e32da013949088fbaac921822860ea8.tar.gz
torspec-c619a19c5e32da013949088fbaac921822860ea8.zip
tor-spec: Reserve relay command and protover for prop339
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--tor-spec.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index 49516f4..234d209 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1684,6 +1684,8 @@ see tor-design.pdf.
14 -- RELAY_EXTEND2 [forward] [control]
15 -- RELAY_EXTENDED2 [backward] [control]
+ 16..18 -- Reserved for UDP; Not yet in use, see prop339.
+
32..40 -- Used for hidden services; see rend-spec-{v2,v3}.txt.
41..42 -- Used for circuit padding; see Section 3 of padding-spec.txt.
@@ -2435,3 +2437,11 @@ see tor-design.pdf.
"2" -- supports congestion control by the Exits which implies a new SENDME
format and algorithm. See proposal 324 for more details. Advertised
in tor 0.4.7.3-alpha.
+
+9.13. "Datagram"
+
+ Describes the UDP protocol capabilities of a relay.
+
+ "1" -- [RESERVED] supports UDP by an Exit as in the relay command
+ CONNECT_UDP, CONNECTED_UDP and DATAGRAM. See proposal
+ 339 for more details. (Not yet advertised, reserved)