Home | History | Annotate | Download | only in quic

Lines Matching refs:retransmission

48 // Limit the number of packets we send per retransmission-alarm so we
968 // We allow retransmission of already retransmitted packets so that we
995 // Specifically, about the retransmission count of packets being sent
1020 // Re-packetize the frames with a new sequence number for retransmission.
1045 bool QuicConnection::CanWrite(Retransmission retransmission,
1056 now, retransmission, retransmittable, handshake);
1102 // retransmission alarm because the retransmission alarm will be reset when
1164 Retransmission retransmission = IsRetransmission(sequence_number) ?
1171 !CanWrite(retransmission, retransmittable, handshake)) {
1194 if (!retransmission) {
1225 retransmission);
1230 if (retransmission == IS_RETRANSMISSION) {