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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender_test.cc 29 QuicTcpCongestionWindow congestion_window() { function in class:net::test::TcpCubicSenderPeer
410 QuicTcpCongestionWindow congestion_window = sender_->congestion_window(); local
412 config.set_server_initial_congestion_window(2 * congestion_window,
413 2 * congestion_window);
414 EXPECT_EQ(2 * congestion_window, config.server_initial_congestion_window());
417 EXPECT_EQ(2 * congestion_window, sender_->congestion_window());
  /external/chromium_org/net/quic/
quic_packet_creator.cc 120 const uint64 congestion_window = local
122 const uint64 delta = max(current_delta, congestion_window);

Completed in 51 milliseconds