Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
88634ba1
Commit
88634ba1
authored
21 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
add TODO notes
svn:r307
parent
20712dbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tor-spec.txt
+8
-2
8 additions, 2 deletions
doc/tor-spec.txt
with
8 additions
and
2 deletions
doc/tor-spec.txt
+
8
−
2
View file @
88634ba1
...
...
@@ -7,6 +7,11 @@ early June, 2003. It is not recommended that others implement this
design as it stands; future versions of TOR will implement improved
protocols.
TODO: (very soon)
- Specify truncate/truncated
- Sendme w/stream0 is circuit sendme
- Integrate -NM and -RD comments
0. Notation:
PK -- a public key.
...
...
@@ -341,6 +346,7 @@ which reveals the downstream node.
3. When a RELAY_CREATED cell is received, calculate the shared
keys. The circuit is now extended.
[ This next part is old. Update it. -NM]
Upon receiving a CREATE cell along a connection, an OR performs
the following steps:
...
...
@@ -388,7 +394,7 @@ which reveals the downstream node.
until a break in traffic allows time to do so without harming
network latency too greatly.)
4.
2
. Tearing down circuits
4.
4
. Tearing down circuits
[Note: this section is untouched; the code doesn't seem to match
what I remembered discussing. Let's sort it out. -NM]
...
...
@@ -409,7 +415,7 @@ which reveals the downstream node.
After a DESTROY cell has been processed, an OR ignores all data or
destroy cells for the corresponding circuit.
4.
3
. Routing data cells
4.
5
. Routing data cells
When an OR receives a RELAY cell, it checks the cell's ACI and
determines whether it has a corresponding circuit along that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment