Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Benjamin J. Thompson
Tor
Commits
f5730d46
Commit
f5730d46
authored
13 years ago
by
Robert Ransom
Browse files
Options
Downloads
Patches
Plain Diff
Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circ
parent
682a85ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug4641
+7
-0
7 additions, 0 deletions
changes/bug4641
src/or/circuituse.c
+0
-1
0 additions, 1 deletion
src/or/circuituse.c
with
7 additions
and
1 deletion
changes/bug4641
0 → 100644
+
7
−
0
View file @
f5730d46
o Minor bugfixes:
- Don't send two ESTABLISH_RENDEZVOUS cells when opening a new
circuit for use as a hidden service client's rendezvous point.
Fixes bugs 4641 and 4171; bugfix on 0.2.3.3-alpha. Diagnosed
with help from wanoskarnet.
This diff is collapsed.
Click to expand it.
src/or/circuituse.c
+
0
−
1
View file @
f5730d46
...
...
@@ -1017,7 +1017,6 @@ circuit_has_opened(origin_circuit_t *circ)
switch
(
TO_CIRCUIT
(
circ
)
->
purpose
)
{
case
CIRCUIT_PURPOSE_C_ESTABLISH_REND
:
rend_client_rendcirc_has_opened
(
circ
);
can_try_clearing_isolation
=
1
;
connection_ap_attach_pending
();
break
;
case
CIRCUIT_PURPOSE_C_INTRODUCING
:
...
...
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