Home
last modified time | relevance | path

Searched defs:initial_congestion_window (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dsend_algorithm_interface.cc25 QuicConnectionStats* stats, QuicPacketCount initial_congestion_window, in Create()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sent_packet_manager.h58 QuicPacketCount initial_congestion_window; member
385 QuicPacketCount initial_congestion_window() const { in initial_congestion_window() function
/external/rust/crates/quiche/src/recovery/
Dmod.rs195 let initial_congestion_window = in new_with_config() localVariable