Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c132 size_t max_stream_window; /* max flow window for one stream */ member
366 s->max_window = 100 * ctx->max_stream_window; in quic_settings()
367 s->max_stream_window = ctx->max_stream_window; in quic_settings()
369 t->initial_max_data = 10 * ctx->max_stream_window; in quic_settings()
370 t->initial_max_stream_data_bidi_local = ctx->max_stream_window; in quic_settings()
371 t->initial_max_stream_data_bidi_remote = ctx->max_stream_window; in quic_settings()
372 t->initial_max_stream_data_uni = ctx->max_stream_window; in quic_settings()
827 * full max_stream_window and then some for this very reason. */ in write_resp_raw()
2039 ctx->max_stream_window in cf_connect_start()
[all...]
H A Dcurl_osslq.c292 size_t max_stream_window; /* max flow window for one stream */ member
681 * full max_stream_window and then some for this very reason. */ in write_resp_raw()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h1825 * :member:`max_stream_window` is the maximum stream-level flow
1835 uint64_t max_stream_window; member
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc654 settings.max_stream_window = http3conf.upstream.max_window_size; in init()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c1067 assert(settings->max_stream_window <= NGTCP2_MAX_VARINT); in conn_new()
3898 if (conn->local.settings.max_stream_window && in conn_write_pkt()
3902 conn->local.settings.max_stream_window > strm->rx.window) { in conn_write_pkt()
3905 if (target_max_data > conn->local.settings.max_stream_window) { in conn_write_pkt()
3906 target_max_data = conn->local.settings.max_stream_window; in conn_write_pkt()

Completed in 33 milliseconds