Home
last modified time | relevance | path

Searched refs:initial_stream_window_size (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp2.rs118 pub fn initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in initial_stream_window_size() method
121 self.h2_builder.initial_stream_window_size = sz; in initial_stream_window_size()
150 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in adaptive_window()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dclient.rs54 pub(crate) initial_stream_window_size: u32, field
71 initial_stream_window_size: DEFAULT_STREAM_WINDOW, in default()
88 .initial_window_size(config.initial_stream_window_size) in new_builder()
102 Some(config.initial_stream_window_size) in new_ping_config()
Dserver.rs47 pub(crate) initial_stream_window_size: u32, field
65 initial_stream_window_size: DEFAULT_STREAM_WINDOW, in default()
124 .initial_window_size(config.initial_stream_window_size) in new()
141 Some(config.initial_stream_window_size) in new()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp2.rs275 pub fn initial_stream_window_size(&mut self, sz: impl Into<Option<u32>>) -> &mut Self { in initial_stream_window_size() method
278 self.h2_builder.initial_stream_window_size = sz; in initial_stream_window_size()
307 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in adaptive_window()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
H A Dprotocol.proto190 google.protobuf.UInt32Value initial_stream_window_size = 3
193 // Similar to *initial_stream_window_size*, but for connection-level flow-control
194 // window. Currently, this has the same minimum/maximum/default as *initial_stream_window_size*.
284 // 0x4 initial_stream_window_size
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
H A Dprotocol.proto75 google.protobuf.UInt32Value initial_stream_window_size = 2 field
78 // Similar to ``initial_stream_window_size``, but for connection-level
80 // window. Currently, this has the same minimum/default as ``initial_stream_window_size``.
458 google.protobuf.UInt32Value initial_stream_window_size = 3
461 // Similar to ``initial_stream_window_size``, but for connection-level flow-control
462 // window. Currently, this has the same minimum/maximum/default as ``initial_stream_window_size``.
571 // 0x4 initial_stream_window_size
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs845 self.h2_builder.initial_stream_window_size = sz; in http2_initial_stream_window_size()
881 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in http2_adaptive_window()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs430 self.h2_builder.initial_stream_window_size = sz; in http2_initial_stream_window_size()
466 self.h2_builder.initial_stream_window_size = SPEC_WINDOW_SIZE; in http2_adaptive_window()
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs212 pub fn initial_stream_window_size(self, sz: impl Into<Option<u32>>) -> Self { in initial_stream_window_size() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs202 pub fn initial_stream_window_size(self, sz: impl Into<Option<u32>>) -> Self { in initial_stream_window_size() method