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
17c055ce
Commit
17c055ce
authored
18 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
clarify a confusion weasel had
svn:r9816
parent
f0b131f1
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/spec/proposals/110-avoid-infinite-circuits.txt
+4
-2
4 additions, 2 deletions
doc/spec/proposals/110-avoid-infinite-circuits.txt
with
4 additions
and
2 deletions
doc/spec/proposals/110-avoid-infinite-circuits.txt
+
4
−
2
View file @
17c055ce
...
...
@@ -44,14 +44,16 @@ Design:
the circuit (if more research shows us what to do), because Alice can
choose how many of the K to mark as relay_extend. Note that relay_extend
cells *can* contain any sort of data cell; so in effect it's actually
the relay type cells that are restricted.
the relay type cells that are restricted. By default, she would just
send the first K data cells over the stream as relay_extend cells,
regardless of their actual type.
Each intermediate server would pass on the same type of cell that it
received (either relay or relay_extend), and the cell's destination
will be able to learn whether it's allowed to contain an Extend request.
If an intermediate server receives a relay_extend cell after it has
already seen k cells, or if it sees a relay cell that contains an
already seen k
data
cells, or if it sees a relay cell that contains an
extend request, then it tears down the circuit (protocol violation).
Security implications:
...
...
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