|
@@ -2588,9 +2588,10 @@ service_rendezvous_circ_has_opened(origin_circuit_t *circ)
|
|
tor_assert(circ->hs_ident);
|
|
tor_assert(circ->hs_ident);
|
|
tor_assert(TO_CIRCUIT(circ)->purpose == CIRCUIT_PURPOSE_S_CONNECT_REND);
|
|
tor_assert(TO_CIRCUIT(circ)->purpose == CIRCUIT_PURPOSE_S_CONNECT_REND);
|
|
|
|
|
|
-
|
|
+
|
|
- if (!TO_CIRCUIT(circ)->timestamp_dirty)
|
|
+ * timestamp regardless of its content because that circuit could have been
|
|
- TO_CIRCUIT(circ)->timestamp_dirty = time(NULL);
|
|
+ * cannibalized so in any cases, we are about to use that circuit more. */
|
|
|
|
+ TO_CIRCUIT(circ)->timestamp_dirty = time(NULL);
|
|
pathbias_count_use_attempt(circ);
|
|
pathbias_count_use_attempt(circ);
|
|
|
|
|
|
|
|
|