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

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h 47 // prior to the congestion event. |acked_packets| and |lost_packets| are
51 const CongestionMap& acked_packets,
send_algorithm_simulator.cc 177 SendAlgorithmInterface::CongestionMap acked_packets; local
195 acked_packets[last_acked_] = info;
210 true, bytes_in_flight_, acked_packets, lost_packets);
211 DCHECK_LE(kPacketSize * (acked_packets.size() + lost_packets.size()),
214 kPacketSize * (acked_packets.size() + lost_packets.size());
215 return acked_packets.size() * kPacketSize;
pacing_sender.cc 34 const CongestionMap& acked_packets,
40 rtt_updated, bytes_in_flight, acked_packets, lost_packets);
fix_rate_sender.cc 53 const CongestionMap& acked_packets,
fix_rate_sender.h 35 const CongestionMap& acked_packets,
pacing_sender.h 39 const CongestionMap& acked_packets,
tcp_cubic_sender.h 49 const CongestionMap& acked_packets,
tcp_cubic_sender.cc 79 const CongestionMap& acked_packets,
91 for (CongestionMap::const_iterator it = acked_packets.begin();
92 it != acked_packets.end(); ++it) {
tcp_cubic_sender_test.cc 84 SendAlgorithmInterface::CongestionMap acked_packets; local
88 acked_packets[acked_sequence_number_] = standard_packet_;
91 true, bytes_in_flight_, acked_packets, lost_packets);
97 SendAlgorithmInterface::CongestionMap acked_packets; local
104 false, bytes_in_flight_, acked_packets, lost_packets);
110 SendAlgorithmInterface::CongestionMap acked_packets; local
114 false, bytes_in_flight_, acked_packets, lost_packets);
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 449 const CongestionMap& acked_packets,

Completed in 667 milliseconds