Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dsettings.rs21 pub(crate) struct FlowControl { struct
26 impl FlowControl { impl
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs190 flow_control: FlowControl, in new()