Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp2.c71 #define H2_CHUNK_SIZE (16 * 1024) macro
75 #define H2_NW_RECV_CHUNKS (H2_CONN_WINDOW_SIZE / H2_CHUNK_SIZE)
89 #define H2_STREAM_SEND_CHUNKS ((64 * 1024) / H2_CHUNK_SIZE)
91 #define H2_STREAM_POOL_SPARES (H2_CONN_WINDOW_SIZE / H2_CHUNK_SIZE)
163 Curl_bufcp_init(&ctx->stream_bufcp, H2_CHUNK_SIZE, H2_STREAM_POOL_SPARES); in cf_h2_ctx_init()
2491 result = h2_progress_ingress(cf, data, H2_CHUNK_SIZE); in cf_h2_connect()

Completed in 10 milliseconds