Remove an XXXprop271 comment -- it has been replaced by #21421

This commit is contained in:
Nick Mathewson
2017-02-09 10:07:56 -05:00
parent f263cf954a
commit 58208457a6
+2 -2
View File
@@ -983,8 +983,8 @@ circuit_send_next_onion_skin(origin_circuit_t *circ)
if (r == GUARD_USABLE_NOW) {
circuit_set_state(TO_CIRCUIT(circ), CIRCUIT_STATE_OPEN);
} else if (r == GUARD_MAYBE_USABLE_LATER) {
// XXXX prop271 we might want to probe for whether this
// XXXX one is ready even before the next second rolls over.
// Wait till either a better guard succeeds, or till
// all better guards fail.
circuit_set_state(TO_CIRCUIT(circ), CIRCUIT_STATE_GUARD_WAIT);
} else {
tor_assert_nonfatal(r == GUARD_USABLE_NEVER);