aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/opening-streams.md
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-08 15:43:03 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-08 15:47:43 -0600
commite484b96cba87d96a2c4650350e1098cb08136c92 (patch)
treeebc09c90ef104b5495335662d3de07b9b8bb7c10 /spec/tor-spec/opening-streams.md
parent9f3cde7b31f42802ab0e900104d288c668f55b06 (diff)
downloadtorspec-e484b96cba87d96a2c4650350e1098cb08136c92.tar.gz
torspec-e484b96cba87d96a2c4650350e1098cb08136c92.zip
opening-streams.md: replace section references
Diffstat (limited to 'spec/tor-spec/opening-streams.md')
-rw-r--r--spec/tor-spec/opening-streams.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/tor-spec/opening-streams.md b/spec/tor-spec/opening-streams.md
index c3a0aa6..d59e26b 100644
--- a/spec/tor-spec/opening-streams.md
+++ b/spec/tor-spec/opening-streams.md
@@ -26,7 +26,8 @@ fingerprinting. Implementations MUST accept strings in any case.
The FLAGS value has one or more of the following bits set, where
"bit 1" is the LSB of the 32-bit value, and "bit 32" is the MSB.
-(Remember that all values in Tor are big-endian (see 0.1.1 above), so
+(Remember that all values in Tor are big-endian (see
+["Preliminaries ยป Encoding integers"](./preliminaries.md#encoding)), so
the MSB of a 4-byte value is the MSB of the first byte, and the LSB
of a 4-byte value is the LSB of its last byte.)
@@ -49,7 +50,8 @@ FLAGS, FLAGS is omitted from the message payload.
Upon receiving this cell, the exit node resolves the address as
necessary, and opens a new TCP connection to the target port. If the
address cannot be resolved, or a connection can't be established, the
-exit node replies with a RELAY_END cell. (See 6.3 below.)
+exit node replies with a RELAY_END cell. (See
+["Closing streams"](./closing-streams.md#closing-streams).)
Otherwise, the exit node replies with a RELAY_CONNECTED cell, whose
payload is in one of the following formats: