Home
last modified time | relevance | path

Searched defs:qpack_max_table_capacity (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs75 qpack_max_table_capacity: Option<u64>, field
150 pub fn qpack_max_table_capacity(mut self, size: u64) -> Self { in qpack_max_table_capacity() method