aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-27 13:12:18 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-27 13:12:18 -0400
commit26f81be09c2c7545146453fdbdbb5ae867abf3ab (patch)
tree7cc808453764b4f0e008675ed4e994f62886edba /tor-spec.txt
parentea4250ee823ddf31f29f479143ac293f99e25503 (diff)
downloadtorspec-26f81be09c2c7545146453fdbdbb5ae867abf3ab.tar.gz
torspec-26f81be09c2c7545146453fdbdbb5ae867abf3ab.zip
Document behavior on multiple TLS-over-TCP linkspecs
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index d044542..8d345fb 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1069,6 +1069,10 @@ see tor-design.pdf.
different RSA identity, it SHOULD NOT attempt to make another
connection: it should just fail and DESTROY the circuit.
+ The client MAY include multiple IPv4 or IPv6 link specifiers in an
+ EXTEND cell; current OR implementations only consider the first
+ of each type.
+
After checking relay identities, extending ORs generate a
CREATE/CREATE2 cell from the contents of the EXTEND/EXTEND2 cell.
See section 5.3 for details.