Searched refs:max_concurrent_paths (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | path.rs | 496 max_concurrent_paths: usize, field 513 mut initial_path: Path, max_concurrent_paths: usize, is_server: bool, in new() 529 max_concurrent_paths, in new() 630 if self.paths.len() < self.max_concurrent_paths { in make_room_for_new_path()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | path.rs | 496 max_concurrent_paths: usize, field 513 mut initial_path: Path, max_concurrent_paths: usize, is_server: bool, in new() 529 max_concurrent_paths, in new() 630 if self.paths.len() < self.max_concurrent_paths { in make_room_for_new_path()
|