Searched refs:QuicTcpCongestionWindow (Results 1 – 5 of 5) sorted by relevance
20 typedef uint32 QuicTcpCongestionWindow; typedef32 QuicTcpCongestionWindow CongestionWindowAfterPacketLoss(33 QuicTcpCongestionWindow current);39 QuicTcpCongestionWindow CongestionWindowAfterAck(40 QuicTcpCongestionWindow current,49 void UpdateCongestionControlStats(QuicTcpCongestionWindow new_cubic_mode_cwnd,50 QuicTcpCongestionWindow new_reno_mode_cwnd);60 QuicTcpCongestionWindow last_congestion_window_;65 QuicTcpCongestionWindow last_max_congestion_window_;71 QuicTcpCongestionWindow estimated_tcp_congestion_window_;[all …]
74 QuicTcpCongestionWindow new_cubic_mode_cwnd, in UpdateCongestionControlStats()75 QuicTcpCongestionWindow new_reno_mode_cwnd) { in UpdateCongestionControlStats()77 QuicTcpCongestionWindow highest_new_cwnd = std::max(new_cubic_mode_cwnd, in UpdateCongestionControlStats()91 QuicTcpCongestionWindow Cubic::CongestionWindowAfterPacketLoss( in CongestionWindowAfterPacketLoss()92 QuicTcpCongestionWindow current_congestion_window) { in CongestionWindowAfterPacketLoss()105 QuicTcpCongestionWindow Cubic::CongestionWindowAfterAck( in CongestionWindowAfterAck()106 QuicTcpCongestionWindow current_congestion_window, in CongestionWindowAfterAck()145 QuicTcpCongestionWindow delta_congestion_window = (kCubeCongestionWindowScale in CongestionWindowAfterAck()148 QuicTcpCongestionWindow target_congestion_window = in CongestionWindowAfterAck()
36 QuicTcpCongestionWindow max_tcp_congestion_window,122 QuicTcpCongestionWindow congestion_window_;128 QuicTcpCongestionWindow slowstart_threshold_;131 QuicTcpCongestionWindow previous_slowstart_threshold_;138 QuicTcpCongestionWindow max_tcp_congestion_window_;
27 const QuicTcpCongestionWindow kDefaultMaxCongestionWindowTCP = 10000;33 QuicTcpCongestionWindow max_tcp_congestion_window) in TcpCubicSenderPeer()38 QuicTcpCongestionWindow congestion_window() { in congestion_window()42 QuicTcpCongestionWindow slowstart_threshold() { in slowstart_threshold()474 const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; in TEST_F()490 const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; in TEST_F()512 const QuicTcpCongestionWindow kMaxCongestionWindowTCP = 50; in TEST_F()564 QuicTcpCongestionWindow congestion_window = sender_->congestion_window(); in TEST_F()
22 const QuicTcpCongestionWindow kMinimumCongestionWindow = 2;32 QuicTcpCongestionWindow max_tcp_congestion_window, in TcpCubicSender()