Searched refs:acked_len (Results 1 – 1 of 1) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_osslq.c | 1503 size_t total_len, acked_len = 0; in h3_send_streams() local 1546 acked_len += vec[i].len; in h3_send_streams() 1569 if(acked_len > 0 || (eos && !s->send_blocked)) { in h3_send_streams() 1573 rv = nghttp3_conn_add_write_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams() 1580 rv = nghttp3_conn_add_ack_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams() 1588 "to QUIC, eos=%d", s->id, acked_len, total_len, eos); in h3_send_streams()
|
Completed in 9 milliseconds