|
@@ -2548,6 +2548,10 @@ append_cell_to_circuit_queue(circuit_t *circ, or_connection_t *orconn,
|
|
|
streams_blocked = circ->streams_blocked_on_p_conn;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ * Disabling this for now because of a possible guard discovery attack
|
|
|
+ */
|
|
|
+#if 0
|
|
|
|
|
|
if ((circ->n_conn != NULL) && CIRCUIT_IS_ORCIRC(circ)) {
|
|
|
orcirc = TO_OR_CIRCUIT(circ);
|
|
@@ -2566,6 +2570,7 @@ append_cell_to_circuit_queue(circuit_t *circ, or_connection_t *orconn,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
cell_queue_append_packed_copy(queue, cell);
|
|
|
|