*
* TODO: this part should be removed. This was there because the
* datagram parser was not executed by only one thread.
- */
+ */
qc_set_timer(qc);
if (tick_isset(qc->timer) && tick_is_lt(qc->timer, now_ms))
task_wakeup(qc->timer_task, TASK_WOKEN_MSG);
ret = 1;
out:
TRACE_LEAVE(QUIC_EV_CONN_RXPKT);
- return ret;
+ return ret;
}
/* Return the QUIC version (quic_version struct) with <version> as version number
TRACE_PROTO("Initial without token, sending retry",
QUIC_EV_CONN_LPKT, NULL, NULL, NULL, qv);
if (send_retry(l->rx.fd, &dgram->saddr, pkt, qv)) {
- TRACE_ERROR("Error during Retry generation",
+ TRACE_ERROR("Error during Retry generation",
QUIC_EV_CONN_LPKT, NULL, NULL, NULL, qv);
goto err;
}