Home
last modified time | relevance | path

Searched defs:DEFAULT_MAX_FRAME_SIZE (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs437 const DEFAULT_MAX_FRAME_SIZE: usize = 16 * 1024; consts
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs91 const DEFAULT_MAX_FRAME_SIZE: u32 = 16 * 1024; consts
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dstream_manager.rs284 const DEFAULT_MAX_FRAME_SIZE: usize = 16 * 1024; consts
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs208 const DEFAULT_MAX_FRAME_SIZE: usize = 2 << 13; consts
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs22 const DEFAULT_MAX_FRAME_SIZE: usize = 16384; consts
H A Ddecoder.rs30 const DEFAULT_MAX_FRAME_SIZE: u32 = 2 << 13; consts

Completed in 8 milliseconds