Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
dc86d7c3
Commit
dc86d7c3
authored
Nov 26, 2012
by
Mike Perry
Browse files
Options
Downloads
Patches
Plain Diff
Note more potential issues.
parent
ecaeb505
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/or/circuitlist.c
+6
-0
6 additions, 0 deletions
src/or/circuitlist.c
with
6 additions
and
0 deletions
src/or/circuitlist.c
+
6
−
0
View file @
dc86d7c3
...
...
@@ -1383,6 +1383,12 @@ circuit_mark_for_close_(circuit_t *circ, int reason, int line,
pathbias_count_collapse
(
ocirc
);
}
}
else
if
(
circ
->
timestamp_dirty
&&
!
ocirc
->
any_streams_succeeded
)
{
// XXX: May open up attacks if the adversary can force connections
// on unresponsive hosts to use new circs. Vidalia displayes a "Retrying"
// state.. Can we use that? Does optimistic data change this?
// XXX: For the hidserv side, we could only care about INTRODUCING purposes
// for server+client, and REND purposes for the server... Can we
// somehow only count those?
/* Any circuit where there were attempted streams but no successful
* streams could be bias */
/* FIXME: This may be better handled by limiting the number of retries
...
...
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