Skip to content
Snippets Groups Projects
Commit dc86d7c3 authored by Mike Perry's avatar Mike Perry
Browse files

Note more potential issues.

parent ecaeb505
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment