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

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 75 QuicByteCount acked_bytes,
86 void PrrOnPacketAcked(QuicByteCount acked_bytes);
tcp_cubic_sender.cc 111 QuicByteCount acked_bytes,
116 PrrOnPacketAcked(acked_bytes);
326 void TcpCubicSender::PrrOnPacketAcked(QuicByteCount acked_bytes) {
327 prr_delivered_ += acked_bytes;
  /external/chromium_org/media/cast/net/
cast_transport_sender_impl.cc 374 const int64 acked_bytes = local
377 std::max(acked_bytes, last_byte_acked_for_audio_);

Completed in 73 milliseconds