aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/cell-packet-format.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-07 15:10:43 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-07 15:10:43 -0500
commita13755e9c599b1b15d25c54baf961194382e8a9b (patch)
treeb50f8a0c60a11857ae570a07e930d68b7dbb3fff /spec/tor-spec/cell-packet-format.md
parent2fc2430d2c8da4d2bcde1280403caf3ef4f51c3f (diff)
downloadtorspec-a13755e9c599b1b15d25c54baf961194382e8a9b.tar.gz
torspec-a13755e9c599b1b15d25c54baf961194382e8a9b.zip
reorganize channels sections slightly
Diffstat (limited to 'spec/tor-spec/cell-packet-format.md')
-rw-r--r--spec/tor-spec/cell-packet-format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tor-spec/cell-packet-format.md b/spec/tor-spec/cell-packet-format.md
index b0533dd..96acbfc 100644
--- a/spec/tor-spec/cell-packet-format.md
+++ b/spec/tor-spec/cell-packet-format.md
@@ -1,6 +1,6 @@
<a id="tor-spec.txt-3"></a>
-# Cell Packet format{#cell-packet-format}
+# Cells (messages on channels) {#cell-packet-format}
The basic unit of communication for onion routers and onion
proxies is a fixed-width "cell".
@@ -117,4 +117,4 @@ manage circuits; see [Circuit management](./circuit-management.md#circuit-manage
`VERSIONS` and `NETINFO` cells are used to set up connections in link
protocols v2 and higher; in link protocol v3 and higher, `CERTS`,
-`AUTH_CHALLENGE`, and `AUTHENTICATE` may also be used. See [Negotiating and initializing connections](./negotiating-channels.md#negotiating-and-initializing-connections).
+`AUTH_CHALLENGE`, and `AUTHENTICATE` may also be used. See [Negotiating and initializing channels](./negotiating-channels.md#negotiating).