aboutsummaryrefslogtreecommitdiff
path: root/spec/socks-extensions.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2024-02-06 11:18:31 -0500
committerNick Mathewson <nickm@torproject.org>2024-02-06 13:00:44 -0500
commitdb80b935f799ab44750ff378267b10a967af38e3 (patch)
tree12be4d952e51f6102fee807c25532025fad91def /spec/socks-extensions.md
parentad73886e2a38255b5b0b599628f67fe820a5c440 (diff)
downloadtorspec-db80b935f799ab44750ff378267b10a967af38e3.tar.gz
torspec-db80b935f799ab44750ff378267b10a967af38e3.zip
Apply "cell" and "message" consistently
Done by grepping for "cell" and making sure it was accurate in every place where it occurs. In tor-spec, I also searched for "message". Part of #253.
Diffstat (limited to 'spec/socks-extensions.md')
-rw-r--r--spec/socks-extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/socks-extensions.md b/spec/socks-extensions.md
index 25b3eab..6fbfff5 100644
--- a/spec/socks-extensions.md
+++ b/spec/socks-extensions.md
@@ -86,7 +86,7 @@ Tor 0.1.2.4-alpha added a new command value: "CONNECT_DIR" \[F2\].
In this case, Tor will open an encrypted direct TCP connection to the
directory port of the Tor server specified by address:port (the port
specified should be the ORPort of the server). It uses a one-hop tunnel
-and a "BEGIN_DIR" relay cell to accomplish this secure connection.
+and a "BEGIN_DIR" relay message to accomplish this secure connection.
The F2 command value was removed in Tor 0.2.0.10-alpha in favor of a
new use_begindir flag in edge_connection_t.