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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 46 QuicByteCount bytes_in_flight,
50 QuicByteCount bytes_in_flight,
58 QuicByteCount bytes_in_flight,
76 QuicByteCount bytes_in_flight);
78 QuicByteCount bytes_in_flight);
82 QuicByteCount bytes_in_flight);
83 bool IsCwndLimited(QuicByteCount bytes_in_flight) const;
85 void PrrOnPacketLost(QuicByteCount bytes_in_flight);
87 QuicTime::Delta PrrTimeUntilSend(QuicByteCount bytes_in_flight) const;
tcp_cubic_sender.cc 90 QuicByteCount bytes_in_flight,
101 OnPacketLost(it->first, bytes_in_flight);
105 OnPacketAcked(it->first, it->second.bytes_sent, bytes_in_flight);
112 QuicByteCount bytes_in_flight) {
119 MaybeIncreaseCwnd(acked_sequence_number, bytes_in_flight);
125 QuicByteCount bytes_in_flight) {
141 PrrOnPacketLost(bytes_in_flight);
163 QuicByteCount /*bytes_in_flight*/,
181 QuicByteCount bytes_in_flight,
188 return PrrTimeUntilSend(bytes_in_flight);
    [all...]
send_algorithm_interface.h 52 QuicByteCount bytes_in_flight,
58 // congestion manager and included in bytes_in_flight, false otherwise.
59 // |bytes_in_flight| is the number of bytes in flight before the packet was
63 QuicByteCount bytes_in_flight,
78 QuicByteCount bytes_in_flight,
pacing_sender.h 43 QuicByteCount bytes_in_flight,
47 QuicByteCount bytes_in_flight,
55 QuicByteCount bytes_in_flight,
pacing_sender.cc 38 QuicByteCount bytes_in_flight,
45 rtt_updated, bytes_in_flight, acked_packets, lost_packets);
50 QuicByteCount bytes_in_flight,
56 sender_->OnPacketSent(sent_time, bytes_in_flight, sequence_number,
112 QuicByteCount bytes_in_flight,
115 sender_->TimeUntilSend(now, bytes_in_flight, has_retransmittable_data);
120 if (bytes_in_flight == 0) {
send_algorithm_simulator.cc 120 if (it->bytes_acked + it->bytes_in_flight >= it->num_bytes) {
128 clock_->Now(), it->bytes_in_flight, HAS_RETRANSMITTABLE_DATA);
252 << " bytes_in_flight:" << transfer->bytes_in_flight
296 true, transfer->bytes_in_flight, acked_packets, lost_packets);
298 transfer->bytes_in_flight);
299 transfer->bytes_in_flight -=
330 << " bytes_in_flight:" << transfer->bytes_in_flight
333 clock_->Now(), transfer->bytes_in_flight,
    [all...]
send_algorithm_simulator.h 80 bytes_in_flight(0),
87 QuicByteCount bytes_in_flight; member in struct:net::SendAlgorithmSimulator::Transfer
  /external/chromium_org/net/quic/
quic_sent_packet_manager.cc 192 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); local
203 MaybeInvokeCongestionEvent(largest_observed_acked, bytes_in_flight);
248 bool rtt_updated, QuicByteCount bytes_in_flight) {
252 send_algorithm_->OnCongestionEvent(rtt_updated, bytes_in_flight,
520 if (unacked_packets_.bytes_in_flight() == 0) {
531 unacked_packets_.bytes_in_flight(),
561 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); local
563 MaybeInvokeCongestionEvent(false, bytes_in_flight);
    [all...]
quic_unacked_packet_map.h 69 QuicByteCount bytes_in_flight() const { function in class:net::QuicUnackedPacketMap
quic_sent_packet_manager.h 304 // |bytes_in_flight| is the number of bytes in flight before the losses or
307 QuicByteCount bytes_in_flight);
quic_unacked_packet_map_test.cc 339 EXPECT_EQ(kDefaultLength, unacked_packets_.bytes_in_flight());
346 EXPECT_EQ(2 * kDefaultLength, unacked_packets_.bytes_in_flight());
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.cc 133 return sent_packet_manager->unacked_packets_.bytes_in_flight();
quic_test_utils.h 448 QuicByteCount bytes_in_flight,
458 QuicByteCount bytes_in_flight,

Completed in 81 milliseconds