Home | History | Annotate | Download | only in quic

Lines Matching refs:frames

699     // We never process old ack frames, so this number should only increase.
793 << " with " << last_stream_frames_.size()<< " stream frames "
812 // processing stream frames, since the processing may result in a response
1252 // Re-packetize the frames with a new sequence number for retransmission.
1261 pending.retransmittable_frames.frames(),
1461 // The SentPacketManager now owns the retransmittable frames.
1864 // to send. Otherwise, continue and bundle as many frames as possible.
2017 // Retransmitted packets retransmittable frames are owned by the unacked
2034 for (size_t i = 0; i < retransmittable_frames->frames().size(); ++i) {
2035 if (retransmittable_frames->frames()[i].type == CONNECTION_CLOSE_FRAME) {