QuicTcpCongestionWindow 74 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow new_cubic_mode_cwnd, QuicTcpCongestionWindow 75 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow new_reno_mode_cwnd) { QuicTcpCongestionWindow 77 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow highest_new_cwnd = std::max(new_cubic_mode_cwnd, QuicTcpCongestionWindow 91 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow Cubic::CongestionWindowAfterPacketLoss( QuicTcpCongestionWindow 92 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow current_congestion_window) { QuicTcpCongestionWindow 105 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow Cubic::CongestionWindowAfterAck( QuicTcpCongestionWindow 106 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow current_congestion_window, QuicTcpCongestionWindow 145 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow delta_congestion_window = (kCubeCongestionWindowScale QuicTcpCongestionWindow 148 net/quic/congestion_control/cubic.cc QuicTcpCongestionWindow target_congestion_window = QuicTcpCongestionWindow 32 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow CongestionWindowAfterPacketLoss( QuicTcpCongestionWindow 33 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow current); QuicTcpCongestionWindow 39 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow CongestionWindowAfterAck( QuicTcpCongestionWindow 40 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow current, QuicTcpCongestionWindow 49 net/quic/congestion_control/cubic.h void UpdateCongestionControlStats(QuicTcpCongestionWindow new_cubic_mode_cwnd, QuicTcpCongestionWindow 50 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow new_reno_mode_cwnd); QuicTcpCongestionWindow 60 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow last_congestion_window_; QuicTcpCongestionWindow 65 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow last_max_congestion_window_; QuicTcpCongestionWindow 71 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow estimated_tcp_congestion_window_; QuicTcpCongestionWindow 74 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow origin_point_congestion_window_; QuicTcpCongestionWindow 80 net/quic/congestion_control/cubic.h QuicTcpCongestionWindow last_target_congestion_window_; QuicTcpCongestionWindow 21 net/quic/congestion_control/tcp_cubic_sender.cc const QuicTcpCongestionWindow kMinimumCongestionWindow = 2; QuicTcpCongestionWindow 32 net/quic/congestion_control/tcp_cubic_sender.cc QuicTcpCongestionWindow max_tcp_congestion_window, QuicTcpCongestionWindow 39 net/quic/congestion_control/tcp_cubic_sender.h QuicTcpCongestionWindow max_tcp_congestion_window, QuicTcpCongestionWindow 113 net/quic/congestion_control/tcp_cubic_sender.h QuicTcpCongestionWindow congestion_window_; QuicTcpCongestionWindow 116 net/quic/congestion_control/tcp_cubic_sender.h QuicTcpCongestionWindow slowstart_threshold_; QuicTcpCongestionWindow 119 net/quic/congestion_control/tcp_cubic_sender.h QuicTcpCongestionWindow max_tcp_congestion_window_; QuicTcpCongestionWindow 24 net/quic/congestion_control/tcp_cubic_sender_test.cc const QuicTcpCongestionWindow kDefaultMaxCongestionWindowTCP = 10000; QuicTcpCongestionWindow 30 net/quic/congestion_control/tcp_cubic_sender_test.cc QuicTcpCongestionWindow max_tcp_congestion_window) QuicTcpCongestionWindow 35 net/quic/congestion_control/tcp_cubic_sender_test.cc QuicTcpCongestionWindow congestion_window() { QuicTcpCongestionWindow 443 net/quic/congestion_control/tcp_cubic_sender_test.cc const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; QuicTcpCongestionWindow 470 net/quic/congestion_control/tcp_cubic_sender_test.cc const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; QuicTcpCongestionWindow 504 net/quic/congestion_control/tcp_cubic_sender_test.cc const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; QuicTcpCongestionWindow 572 net/quic/congestion_control/tcp_cubic_sender_test.cc QuicTcpCongestionWindow congestion_window = sender_->congestion_window();