channel_mark_outgoing(chan);
chan->cmux = circuitmux_alloc();
- /* TODO get rid of this and set policy once we have them
- chan->cmux->active_circuit_pqueue_last_recalibrated =
- cell_ewma_get_tick();
- */
+ /* TODO set cmux policy */
/* Set up or_connection stuff */
tlschan->conn = connection_or_connect(addr, port, id_digest, tlschan);
channel_mark_incoming(chan);
chan->cmux = circuitmux_alloc();
- /* TODO set cmux policy
- chan->active_circuit_pqueue_last_recalibrated =
- cell_ewma_get_tick();
- */
+ /* TODO set cmux policy */
/* If we got one, we should register it */
if (chan) channel_register(chan);