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

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_probe.h 31 QuicByteCount GetAvailableCongestionWindow();
inter_arrival_probe_test.cc 26 EXPECT_EQ((9 - i) * kMaxPacketSize, probe_.GetAvailableCongestionWindow());
29 EXPECT_EQ(kMaxPacketSize, probe_.GetAvailableCongestionWindow());
32 EXPECT_EQ(0u, probe_.GetAvailableCongestionWindow());
inter_arrival_probe.cc 49 QuicByteCount InterArrivalProbe::GetAvailableCongestionWindow() {
inter_arrival_sender.cc 267 probe_->GetAvailableCongestionWindow() == 0) {

Completed in 39 milliseconds