Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs1403 pub fn max_concurrent_send_streams(&self) -> usize { in max_concurrent_send_streams() function
Dserver.rs565 pub fn max_concurrent_send_streams(&self) -> usize { in max_concurrent_send_streams() function
/aosp_15_r20/external/rust/android-crates-io/crates/h2/
DCHANGELOG.md147 * Add `Connection::max_concurrent_send_streams()` getter.