Searched refs:max_concurrent_streams (Results 1 – 1 of 1) sorted by relevance
97 max_concurrent_streams: Option<u32>, field121 max_concurrent_streams: None, in default()235 pub fn max_concurrent_streams(self, max: impl Into<Option<u32>>) -> Self { in max_concurrent_streams() method237 max_concurrent_streams: max.into(), in max_concurrent_streams()524 max_concurrent_streams: self.max_concurrent_streams, in layer()650 let max_concurrent_streams = self.max_concurrent_streams; in serve_internal() localVariable691 .max_concurrent_streams(max_concurrent_streams) in serve_internal()