|
@@ -129,10 +129,7 @@ channel_tls_connect(const tor_addr_t *addr, uint16_t port,
|
|
|
channel_mark_outgoing(chan);
|
|
|
|
|
|
chan->cmux = circuitmux_alloc();
|
|
|
-
|
|
|
- chan->cmux->active_circuit_pqueue_last_recalibrated =
|
|
|
- cell_ewma_get_tick();
|
|
|
- */
|
|
|
+
|
|
|
|
|
|
|
|
|
tlschan->conn = connection_or_connect(addr, port, id_digest, tlschan);
|
|
@@ -265,10 +262,7 @@ channel_tls_handle_incoming(or_connection_t *orconn)
|
|
|
channel_mark_incoming(chan);
|
|
|
|
|
|
chan->cmux = circuitmux_alloc();
|
|
|
-
|
|
|
- chan->active_circuit_pqueue_last_recalibrated =
|
|
|
- cell_ewma_get_tick();
|
|
|
- */
|
|
|
+
|
|
|
|
|
|
|
|
|
if (chan) channel_register(chan);
|