aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-12-09 23:50:05 -0800
committerMike Perry <mikeperry-git@fscked.org>2012-12-09 23:50:05 -0800
commitaa16d59ee7abdf7c3309c267052ae265e141e1b3 (patch)
tree0cc65d2290b5bc8f19a2d590783ca23f41b1c670 /src/or/circuitbuild.c
parent4590993ff3d4393caaa1d9d68d04cf0af95c23c7 (diff)
downloadtor-aa16d59ee7abdf7c3309c267052ae265e141e1b3.tar.gz
tor-aa16d59ee7abdf7c3309c267052ae265e141e1b3.zip
Clean up some XXX comments.
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index a724006b28..f903bbf095 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1434,10 +1434,6 @@ pathbias_check_close(origin_circuit_t *ocirc, int reason)
if (circ->timestamp_dirty) {
/* Any circuit where there were attempted streams but no successful
* streams could be bias */
- // 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?
-
log_info(LD_CIRC,
"Circuit %d closed without successful use for reason %d. "
"Circuit purpose %d currently %s.",