Home
last modified time | relevance | path

Searched defs:congestion_window (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes.cc192 const QuicByteCount congestion_window = GetCongestionWindow(); in IsCwndLimited() local
233 QuicPacketCount congestion_window) { in SetInitialCongestionWindowInPackets()
238 QuicPacketCount congestion_window) { in SetMinCongestionWindowInPackets()
H A Dprr_sender_test.cc28 const QuicByteCount congestion_window = ssthresh_after_loss * kMaxSegmentSize; in TEST_F() local
87 const QuicByteCount congestion_window = ssthresh_after_loss * kMaxSegmentSize; in TEST_F() local
H A Dbbr_sender.cc139 QuicPacketCount congestion_window) { in SetInitialCongestionWindowInPackets()
445 QuicByteCount congestion_window = gain * bdp; in GetTargetCongestionWindow() local
H A Dprr_sender.cc33 bool PrrSender::CanSend(QuicByteCount congestion_window, in CanSend()
H A Dhybrid_slow_start.cc62 QuicPacketCount congestion_window) { in ShouldExitSlowStart()
H A Dbbr2_sender.h128 QuicByteCount congestion_window; member
H A Dbbr2_sender.cc269 QuicPacketCount congestion_window) { in SetInitialCongestionWindowInPackets()
H A Dbbr_sender.h75 QuicByteCount congestion_window; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dtcp_tracer.h102 absl::optional<uint32_t> congestion_window; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtraced_buffer_list.h64 absl::optional<uint32_t> congestion_window; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.h65 absl::optional<uint32_t> congestion_window; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dbuffer_list.h65 absl::optional<uint32_t> congestion_window; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtraced_buffer_list.h64 absl::optional<uint32_t> congestion_window; member
/aosp_15_r20/external/webrtc/api/transport/
H A Dnetwork_types.h236 absl::optional<DataSize> congestion_window; member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dcubic.rs106 congestion_window: usize, field
Dmod.rs130 congestion_window: usize, field
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dcubic.rs106 congestion_window: usize, field
Dmod.rs130 congestion_window: usize, field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.cc1149 QuicByteCount congestion_window = GetCongestionWindowInBytes(); in GetAvailableCongestionWindowInBytes() local