Explorar o código

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

Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
58208457a6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/or/circuitbuild.c

+ 2 - 2
src/or/circuitbuild.c

@@ -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);