Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp2.c72 #define H2_STREAM_WINDOW_SIZE (10 * 1024 * 1024) macro
74 #define H2_NW_RECV_CHUNKS (H2_STREAM_WINDOW_SIZE / H2_CHUNK_SIZE)
78 #define H2_STREAM_RECV_CHUNKS (H2_STREAM_WINDOW_SIZE / H2_CHUNK_SIZE)
83 #define H2_STREAM_POOL_SPARES (H2_STREAM_WINDOW_SIZE / H2_CHUNK_SIZE)
90 #define HTTP2_HUGE_WINDOW_SIZE (100 * H2_STREAM_WINDOW_SIZE)
102 iv[1].value = H2_STREAM_WINDOW_SIZE; in populate_settings()
266 stream->local_window_size = H2_STREAM_WINDOW_SIZE; in http2_data_setup()
2127 stream->local_window_size = H2_STREAM_WINDOW_SIZE; in h2_submit()
2135 if(n < (H2_STREAM_WINDOW_SIZE / H2_CHUNK_SIZE) && in h2_submit()

Completed in 5 milliseconds