Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_osslq.c1363 size_t total_len, acked_len = 0; in h3_send_streams() local
1403 acked_len += vec[i].len; in h3_send_streams()
1426 if(acked_len > 0 || (eos && !s->send_blocked)) { in h3_send_streams()
1429 rv = nghttp3_conn_add_write_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams()
1436 rv = nghttp3_conn_add_ack_offset(ctx->h3.conn, s->id, acked_len); in h3_send_streams()
1444 "to QUIC, eos=%d", s->id, acked_len, total_len, eos); in h3_send_streams()

Completed in 4 milliseconds