Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c65 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
72 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 2
76 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
78 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
1297 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
1299 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
1301 H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
1305 10 * QUIC_MAX_STREAMS * H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
1306 quiche_config_set_max_stream_window(ctx->cfg, 10 * H3_STREAM_WINDOW_SIZE); in cf_quiche_ctx_open()
H A Dcurl_ngtcp2.c87 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
95 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 2
99 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
101 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
157 ctx->max_stream_window = H3_STREAM_WINDOW_SIZE; in cf_ngtcp2_ctx_init()
H A Dcurl_msh3.c54 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
57 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
H A Dcurl_osslq.c69 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
77 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 2
81 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
83 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)

Completed in 23 milliseconds