Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs33 const MAX_INITIAL_WINDOW_SIZE: usize = (1 << 31) - 1; const
870 if value as usize > MAX_INITIAL_WINDOW_SIZE { in get_setting()