Searched refs:max_stream_window (Results 1 – 2 of 2) sorted by relevance
136 size_t max_stream_window; /* max flow window for one stream */ member157 ctx->max_stream_window = H3_STREAM_WINDOW_SIZE; in cf_ngtcp2_ctx_init()430 s->max_window = 100 * ctx->max_stream_window; in quic_settings()431 s->max_stream_window = 10 * ctx->max_stream_window; in quic_settings()433 t->initial_max_data = 10 * ctx->max_stream_window; in quic_settings()434 t->initial_max_stream_data_bidi_local = ctx->max_stream_window; in quic_settings()435 t->initial_max_stream_data_bidi_remote = ctx->max_stream_window; in quic_settings()436 t->initial_max_stream_data_uni = ctx->max_stream_window; in quic_settings()
293 size_t max_stream_window; /* max flow window for one stream */ member
Completed in 16 milliseconds