Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_quiche.c64 #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)
1215 /* (QUIC_MAX_STREAMS/2) * H3_STREAM_WINDOW_SIZE */); in cf_connect_start()
1219 H3_STREAM_WINDOW_SIZE); in cf_connect_start()
1221 H3_STREAM_WINDOW_SIZE); in cf_connect_start()
1223 H3_STREAM_WINDOW_SIZE); in cf_connect_start()
1227 10 * QUIC_MAX_STREAMS * H3_STREAM_WINDOW_SIZE); in cf_connect_start()
1228 quiche_config_set_max_stream_window(ctx->cfg, 10 * H3_STREAM_WINDOW_SIZE); in cf_connect_start()
[all...]
H A Dcurl_ngtcp2.c84 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
92 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 2
96 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
98 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
2039 ctx->max_stream_window = H3_STREAM_WINDOW_SIZE; in cf_connect_start()
H A Dcurl_msh3.c53 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
56 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
H A Dcurl_osslq.c68 #define H3_STREAM_WINDOW_SIZE (128 * 1024) macro
76 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE ) / 2
80 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)
82 (H3_STREAM_WINDOW_SIZE / H3_STREAM_CHUNK_SIZE)

Completed in 10 milliseconds