Home
last modified time | relevance | path

Searched refs:acked_len (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vquic/
H A Dcurl_osslq.c1502 size_t total_len, acked_len = 0; in h3_send_streams() local
1545 acked_len += vec[i].len; in h3_send_streams()
1568 if(acked_len > 0 || (eos && !s->send_blocked)) { in h3_send_streams()
1572 rv = nghttp3_conn_add_write_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams()
1579 rv = nghttp3_conn_add_ack_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams()
1587 "to QUIC, eos=%d", s->id, acked_len, total_len, eos); in h3_send_streams()

Completed in 9 milliseconds