Home
last modified time | relevance | path

Searched refs:initial_tcp_congestion_window_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes.cc48 initial_tcp_congestion_window_(initial_tcp_congestion_window * in TcpCubicSenderBytes()
285 if (congestion_window_ >= 2 * initial_tcp_congestion_window_) { in OnPacketLost()
378 congestion_window_ = initial_tcp_congestion_window_; in OnConnectionMigration()
H A Dtcp_cubic_sender_bytes.h159 const QuicByteCount initial_tcp_congestion_window_; variable