Searched defs:retransmission_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc317 TransmissionType retransmission_type) {
318 DCHECK(retransmission_type == ALL_UNACKED_RETRANSMISSION ||
319 retransmission_type == ALL_INITIAL_RETRANSMISSION);
324 if (frames != NULL && (retransmission_type == ALL_UNACKED_RETRANSMISSION ||
326 MarkForRetransmission(sequence_number, retransmission_type);
316 RetransmitUnackedPackets( TransmissionType retransmission_type) argument
H A Dquic_connection.cc1275 TransmissionType retransmission_type) {
1276 sent_packet_manager_.RetransmitUnackedPackets(retransmission_type);
1274 RetransmitUnackedPackets( TransmissionType retransmission_type) argument

Completed in 132 milliseconds