HomeSort by relevance Sort by last modified time
    Searched refs:max_tcp_congestion_window_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 53 max_tcp_congestion_window_(max_tcp_congestion_window) {
263 if (congestion_window_ < max_tcp_congestion_window_) {
271 if (congestion_window_ >= max_tcp_congestion_window_) {
288 congestion_window_ = min(max_tcp_congestion_window_,
tcp_cubic_sender.h 138 QuicTcpCongestionWindow max_tcp_congestion_window_; member in class:net::TcpCubicSender

Completed in 284 milliseconds