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

  /external/chromium_org/net/quic/
quic_packet_creator.h 150 static bool ShouldRetransmit(const QuicFrame& frame);
quic_packet_creator.cc 269 bool QuicPacketCreator::ShouldRetransmit(const QuicFrame& frame) {
283 if (save_retransmittable_frames && ShouldRetransmit(frame)) {

Completed in 508 milliseconds