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

/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc236 RetransmissionType retransmission_type) {
243 if (frames != NULL && (retransmission_type == ALL_PACKETS ||
235 RetransmitUnackedPackets( RetransmissionType retransmission_type) argument
H A Dquic_connection.cc1269 RetransmissionType retransmission_type) {
1270 sent_packet_manager_.RetransmitUnackedPackets(retransmission_type);
1268 RetransmitUnackedPackets( RetransmissionType retransmission_type) argument

Completed in 52 milliseconds