Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_ngtcp2.c136 size_t max_stream_window; /* max flow window for one stream */ member
405 s->max_window = 100 * ctx->max_stream_window; in quic_settings()
406 s->max_stream_window = ctx->max_stream_window; in quic_settings()
408 t->initial_max_data = 10 * ctx->max_stream_window; in quic_settings()
409 t->initial_max_stream_data_bidi_local = ctx->max_stream_window; in quic_settings()
410 t->initial_max_stream_data_bidi_remote = ctx->max_stream_window; in quic_settings()
411 t->initial_max_stream_data_uni = ctx->max_stream_window; in quic_settings()
2147 ctx->max_stream_window = H3_STREAM_WINDOW_SIZE; in cf_connect_start()
H A Dcurl_osslq.c294 size_t max_stream_window; /* max flow window for one stream */ member

Completed in 21 milliseconds